Delete Auth Tokens Self

Revokes all the tokens that matches the given token type created by the authenticated user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
requested_token_typeenumOptional
The type of the requested token.

Errors