Delete (revoke) an API token.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
Responses
| Status | Description |
|---|---|
| 204 | Token successfully deleted |
| 404 | Token not found |
/tokens/{id}
Delete (revoke) an API token.
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
| Status | Description |
|---|---|
| 204 | Token successfully deleted |
| 404 | Token not found |