Skip to main content
DELETE
/
keys
/
{keyId}
Revoke an API key
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/keys/{keyId} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

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

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

keyId
integer | null

Numeric API key identifier.

Example:

12

Response

Revocation acknowledgement.

Provider-specific revocation acknowledgement.