personal access tokens
Delete a specific personal access token
DELETE
/
publishers
/
{publisherId}
/
tokens
/
{tokenId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?