Delete all API access key sets for the specified email address.
Note: You must be a system
administrator to use this API.
DELETE https://api-<BlueCat.edge.url>/v1/api/apiKeys?email={email_address}
Authorization: Bearer authorization token
Response
204 NO CONTENT
Content-Type: application/JSON
Successful response code:
- NO CONTENT - Successfully deletes API access key sets for specified email address.
Possible error codes:
- UNAUTHORIZED - Not authorized
- NOT FOUND - Email address requested can't be found
- INTERNAL SERVER ERROR - Unexpected error