DELETE
/
v1
/
api_tokens
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required

Response

200 - application/json
object
string

String representing the object’s type. Objects of the same type share the same value.

id
string

This is the internal ID for this object. You don’t need to record this information, since you will not need to use it.

deleted
boolean

If the object has been deleted, the value is true. If the object has not been deleted, the value is false.