Skip to main content

DELETE /api-keys/

Permanently delete an API key. Any requests using this key will immediately fail.

Authentication

JWT (Dashboard)

Path Parameters

ParameterTypeDescription
idstring (UUID)API key ID

Response

{
  "success": true,
  "message": "API key deleted successfully"
}
This is irreversible. Any services using this key will lose access immediately.