v50

latestOpenAPI 3.0.3AGPLv3raw.githubusercontent.com2026-04-1028178439.6 KB
Licensees

Cancel

Cancels a licensee key. This renders a licensee unusable. This action can be reversed if you get in contact with us.

delete/keys/{key}/licensees/{licensee}

Path parameters

keystring required

API Key

The API Key to retrieve. Begins ak_.

licenseestring required

Licensee Key

Uniquely identifies a licensee.

Query parameters

user_tokenstring

Private User Token

A secret key used for sensitive operations on your account and API Keys.

Your user token can be retrieved and managed from your accounts page.

Typically beings uk_...

Response

Success

code2000 required
message'Success' required

Example response

{
  "result": {
    "deleted": 1
  }
}