Delete API Key
API Keys
Delete API Key
Delete an API key
POST
Delete API Key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the API key to delete
Example:
"key_12345"
Response
API key deleted successfully
API key deleted successfully
Example:
{ "success": true }