API Tokens
Revoke API Token
Revokes the provided API token belonging to a user.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The name of the api token.
Response
200 - application/json
Successful response
The revoked token name.
Example:
"..."