Delete a Key
DELETE/v1/keys/:key
Permanently delete a specific API Key.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
- 500
Key deleted successfully
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error