POST v1/clients/{id}/remove-clientkey

Remove Client Key to Client

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Client Id to remove Key from.

globally unique identifier

Required

Body Parameters

Client Key to remove.

globally unique identifier

Request Formats

application/json, text/json, text/html

Sample:
"313482d0-a2c2-4cca-8dc6-51bed1f03289"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">313482d0-a2c2-4cca-8dc6-51bed1f03289</guid>

Response Information

Resource Description

New client key, if it exists. Otherwise a 404 error.

HttpResponseMessage
NameDescriptionTypeAdditional 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: