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:
"c2cac398-1abf-498f-8c03-e40c65f9a3b5"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">c2cac398-1abf-498f-8c03-e40c65f9a3b5</guid>
Response Information
Resource Description
New client key, if it exists. Otherwise a 404 error.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ReasonPhrase | string |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| Content | HttpContent |
None. |
|
| Version | Version |
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: