DELETE /_system/security/tokens/{guid}
Delete a specific authentication token
Delete a specific authentication token
| Key | Type | Example | Description |
|---|---|---|---|
| guid required | string |
"example-string"
|
Unique identifier (GUID)
|
| Key | Type | Example | Description |
|---|---|---|---|
| authorization required | string |
"Bearer access_token"
|
Access token
|
{
"guid": "example-string"
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
Bearer token |
Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
auth_token |
Required scope: auth_token |
Back to System Security Return to the System Security category to view other endpoints All API Categories Browse all available API categories