Skip to main content
DELETE
/
organizations
/
api-keys
/
{keyId}
Revoke an organisation API key
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/organizations/api-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

Organisation-scoped admin API key (ok_…). Pass in the Authorization: Bearer <key> header. Used to manage projects and other organisation-level resources.

Path Parameters

keyId
integer | null

Numeric organisation API key identifier.

Example:

5

Response

Revocation acknowledgement.

Provider-specific revocation acknowledgement.