Delete an API Key¶
Permanently deletes an API key. Any requests using this key will fail immediately after deletion.
Examples¶
Response¶
Returns 204 No Content on success.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
API key does not exist |