Dashboard
APIRevoke API Key - Disable Integration Access | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Revoke API Key - Disable Integration Access Immediately

Permanently disable an API key to block all requests using it. Revocation takes effect immediately and cannot be undone. Use this when rotating credentials, responding to security incidents, or decommissioning integrations that no longer need access.

DELETE/v2/projects/{project_id}/integrations/api-keys/{key_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

key_idstringrequired

The unique identifier of the API key to revoke.

Last updated: