Endpoint
Authentication
Requiresapi_keys:write scope.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Revoke an API key
DELETE https://api.documind.cloud/api/v1/auth/api-keys/{key_id}
api_keys:write scope.
| Parameter | Type | Required | Description |
|---|---|---|---|
key_id | string (UUID) | Yes | ID of the API key to revoke |
{
"status": "success",
"message": "API key revoked successfully"
}
Was this page helpful?