Skip to main content
DELETE
/
v1
/
keys
/
{keyId}
Revoke an API key
curl --request DELETE \
  --url https://api.urltodata.ai/v1/keys/{keyId} \
  --header 'Authorization: Bearer <token>'
{
  "revoked": true,
  "keyId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

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

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Path Parameters

keyId
string
required

Response

Key revoked

revoked
boolean
keyId
string