Skip to main content

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"
}