{{baseUrl}}/token/:token
DELETE {{baseUrl}}/token/:token
Method that allows you to delete a token object from your account
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"message": "1 deleted token",
"success": true,
"error": null
} |
ENDPOINTS