ApiTokens
Delete an ApiToken
Delete an ApiToken that has previously been created. Once deleted, the ApiToken can no longer be used to authenticate requests.
DELETE
/
v1
/
api_tokens
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredResponse
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.