Skip to main content

Cancel

DELETE 

/keys/:key/licensees/:licensee

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

Request

Path Parameters

    key stringrequired

    API Key

    The API Key to retrieve. Begins ak_.

    Example: ak_test
    licensee stringrequired

    Licensee Key

    Uniquely identifies a licensee.

    Example: sl_hk71kco54zGSGvF9eXXrvvnMOLLNh

Query Parameters

    user_token string

    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_...

    Example: uk_B59ScW1p1HHouf1VqclEPZUx

Responses

Success

Schema
    result objectrequired
    deleted int32required
    code int32required

    Possible values: [2000]

    message stringrequired

    Possible values: [Success]

Loading...