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
keystringAPI Key
The API Key to retrieve. Begins
ak_.licenseestringLicensee Key
Uniquely identifies a licensee.
Query parameters
user_tokenstring optionalPrivate 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_...
Response
result contains a deleted count indicating whether the deletion was successful.
resultobjectdeletednumber
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.