v13
OpenAPI 3.0.32026-07-31359869.4 MBauthentication
Delete an authentication token
Invalidate an authentication token, such that it will no longer be valid for future HTTP requests.
delete/v3/user/tokens/{tokenId}
Path parameters
tokenIdstring required
The identifier of the token to invalidate. The special value "current" may be supplied, which invalidates the token that the HTTP request was authenticated with.
Example:5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391
The identifier of the token to invalidate. The special value "current" may be supplied, which invalidates the token that the HTTP request was authenticated with.
Response
Authentication token successfully deleted.
Example response
{
"tokenId": "5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391"
}