Removing a token

This method allows you to remove an API token from your account.

URL

/api/v2/api_tokens/destroy

Access

This method can be accessed by account level tokens. In addition, user tokens for applications who have been granted this level of access may also access this method.

Supported Parameters

  • token - the ID or token value for the API token you wish to remove (required)

Example JSON

If successful, you'll receive a 200 OK response and the following JSON.

{
    "status": "ok"
}

Proudly powered by Katapult. Running on 100% renewable energy.