authentication
Delete an authentication token
Invalidate an authentication token, such that it will no longer be valid for future HTTP requests.
DELETE
Authorizations
Default authentication mechanism
Path Parameters
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"
Response
200
application/json
Authentication token successfully deleted.
The unique identifier of the token that was deleted.
Example:
"5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391"