This method allows you to remove an API token from your account.
/api/v2/api_tokens/destroy
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.
token
- the ID or token value for the API token you wish to remove (required)If successful, you'll receive a 200 OK
response and the following JSON.
{
"status": "ok"
}