POST v1/clients/{id}/remove-clientkey
Remove Client Key to Client
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Client Id to remove Key from. |
globally unique identifier |
Required |
Body Parameters
Client Key to remove.
globally unique identifierRequest Formats
application/json, text/json, text/html
Sample:
"f791d1f5-cafc-4a9b-939a-f6ac7a5c9d8b"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f791d1f5-cafc-4a9b-939a-f6ac7a5c9d8b</guid>
Response Information
Resource Description
New client key, if it exists. Otherwise a 404 error.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Codes
- 200 OK: Requested client keys successfully removed.
- 400 BadRequest: Data validation failed, see the response body for more information.
- 401 Unauthorized:
- 500 InternalServerError: