Deletes an access token by its ID. The token is immediately invalidated and can no longer be used for authentication.
Requires auth_enabled=true and an admin access token or admin JWT.
Admin JWT obtained from the login endpoint.
Admin JWT or admin access token. Format Bearer <admin-jwt-or-access-token>.
The unique identifier of the access token to delete.