Skip to main content
DELETE
Revoke all personal access tokens for a user

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string
required

Email of the user whose personal access tokens should be revoked.

Example:

"alice@example.com"

Response

All personal access tokens for the user have been revoked.

The response is of type RevokeAllPersonalAccessTokenResponse · object.