Skip to main content

Cancel Licensee

DELETE/v1/keys/{key}/licensees/{licensee}

Cancels a licensee. Its key stops working and it drops out of the licensee list. Contact us to reverse it.

Path parameters

key string

API Key

The API Key to retrieve. Begins ak_.

Example ak_test
licensee string

Licensee Key

Uniquely identifies a licensee.

Example sl_hk71kco54zGSGvF9eXXrvvnMOLLNh

Query parameters

user_token string optional

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 begins uk_...

Example uk_B59ScW1p1HHouf1VqclEPZUx

Response

result contains a deleted count indicating whether the deletion was successful.

  • result object
    • deleted number
      Format
      int32
      Example
      1

The result sits inside the standard { result, code, message } envelope — see the API reference for the wrapper format.