POST api/UserManagement/Delete

Request Information

URI Parameters

None.

Body Parameters

DeleteAppUser
NameDescriptionTypeAdditional information
userInfo

UserInfo

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userInfo": {
    "UserName": "sample string 1",
    "Password": "sample string 2",
    "Mac": "sample string 3",
    "ICCID": "sample string 4",
    "IsIpPath": true,
    "IsRadioPath": true,
    "RadioIP": "sample string 7",
    "SessionId": "sample string 8",
    "Account": "sample string 9"
  },
  "UserID": "sample string 1"
}

application/xml, text/xml

Sample:
<DeleteAppUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model">
  <UserID>sample string 1</UserID>
  <userInfo>
    <Account>sample string 9</Account>
    <ICCID>sample string 4</ICCID>
    <IsIpPath>true</IsIpPath>
    <IsRadioPath>true</IsRadioPath>
    <Mac>sample string 3</Mac>
    <Password>sample string 2</Password>
    <RadioIP>sample string 7</RadioIP>
    <SessionId>sample string 8</SessionId>
    <UserName>sample string 1</UserName>
  </userInfo>
</DeleteAppUser>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />