Skip to main content
POST
/
licenses
/
{uuid}
/
revoke
Revoke a license certificate
curl --request POST \
  --url https://open.beatpass.ca/api/v1/licenses/{uuid}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

License UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

License revoked successfully

status
string
Example:

"success"

Last modified on November 29, 2025