Skip to main content
DELETE
Delete a System Access Token

Authorizations

Authorization
string
header
required

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

Path Parameters

access_token_id
string<uuid>
required

The token's id. Anything that is not a UUID does not match the route and returns 404.

Response

The token was deleted. The response has no body.