POST api/client/ClientDelete
Request Information
URI Parameters
None.
Body Parameters
ClientDeleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientIds": [
"28efa7ed-f1d4-4508-88b1-3bbdc9619d15",
"e3329c4d-42c8-4937-8901-75eb7659679f"
]
}
application/xml, text/xml
Sample:
<ClientDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<ClientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>28efa7ed-f1d4-4508-88b1-3bbdc9619d15</d2p1:guid>
<d2p1:guid>e3329c4d-42c8-4937-8901-75eb7659679f</d2p1:guid>
</ClientIds>
</ClientDeleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.