Method:/token/delete
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"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
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0
} |