Delete API Key
DELETE/api_keys/:api_key
Endpoint for deleting an existing API key. This endpoint permanently deletes an API key. Once deleted, the key can no longer be used for authentication. This action cannot be undone.
Request
Responses
- 204
- 400
- 401
- 404
- 500
API key successfully deleted
Bad request - invalid API key ID
Unauthorized
API key not found
Internal server error