/v1/api/apiKeys/{clientId} (DELETE) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge
Version
Service Point v4.x.x

Deletes the API access key set with the specified client ID for the current user.

DELETE https://api-<BlueCat.edge.url>/v1/api/apiKeys/{clientId}
Authorization: Bearer authorization token

Response

204 NO CONTENT
Content-Type: application/JSON
Successful response code:
  • NO CONTENT - Successful request
Possible error codes:
  • UNAUTHORIZED - Not authorized
  • NOT FOUND - Can't find API access key sets
  • INTERNAL SERVER ERROR - Unexpected error