Skip to main content
Version: V1 (deprecated)

Revoke an API key

DELETE 

/v1/organizations/:orgId/api-keys/:keyId

Revokes an API key. This action cannot be undone. The key will immediately stop working.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    keyId stringrequired

    API Key ID (not the full key, but the keyId)

Responses

API key revoked successfully

Schema

    success booleanrequired

    Whether the deletion was successful

    message stringrequired

    Status message

Loading...