/v1/api/apiKeys/{clientId} (DELETE) - BlueCat DNS Edge

DNS Edge API Guide

Locale
English
Product name
BlueCat DNS Edge

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

DELETE https://api-<DNS.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