DELETE /auth/token/{guid}
Invalidate a specific access token
/auth/token/{guid}
DELETE
Invalidate a specific access 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": "INSUFFICIENT_PERMISSIONS",
"code": 403
}
| Status | Error Code | Description |
|---|---|---|
403 |
INSUFFICIENT_PERMISSIONS |
Insufficient permissions for this operation |
| 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 Authentication Return to the Authentication category to view other endpoints All API Categories Browse all available API categories