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

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge

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