Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.documind.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

DELETE https://api.documind.cloud/api/v1/auth/api-keys/{key_id}

Path Parameters

ParameterTypeRequiredDescription
key_idstring (UUID)YesID of the API key to revoke

Response

{
  "status": "success",
  "message": "API key revoked successfully"
}