Delete Auth Token

Revokes the token that matches the given token ID issued under the given Dev organization.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
token_idstringOptionalformat: "id"
The unique identifier for the token under a given Dev organization. If no token ID is provided, then the token ID will be set from the JTI claim of the token in the authorization header.

Errors