...
This web service deletes a specified client Client (PwsClientRef). The service will return the identity of the deleted client Client (PwsClientRef).
Request Format
...
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | |
SessionTicket | String | Yes | Click here for more information. | |
CascadeDeleteFlag | Boolean | No | false | This flag is set to "true" when the user wants to delete the client Client and, all of the clientClient's children
|
ClientIdentity | PwsClientRef | Yes | This is the identity of the client to be deleted | |
InactivateIfInuseFlag | Boolean | No | false | If set to true, a client that cannot be deleted because it is in use will be set to inactive, otherwise the request will fail. |
...
Element | Data Type | Description |
---|---|---|
Messages | PwsMessage | The web service response status and Message. |
ResponseId | Int32 | Click here for more information. |
Status | RequestStatus | Click here for more information. |
ServerTimestampUtc | DateTime | Click here for more information. |
ClientIdentity | PwsClientRef [0..1] | The identity of the deleted client. |
Response Usage Example(s)
...