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

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.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 - Missing or invalid token
  • NOT FOUND - Can't find API access key sets
  • INTERNAL SERVER ERROR - Unexpected error