Method:/token/delete
Example:
Parameters
{
"id":"token id"
"user":
{
"id": "tokenid1",
"domain.id": "domainId",
"loginName": "loginName"
}
}
Note: if the user block is given, system will unassign the token from the user instead of delete the token itself
Response
{
"error":0
}