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

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x
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 - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • NOT FOUND - Email address requested can't be found
  • INTERNAL SERVER ERROR - Unexpected error