Revoke API Token

Revokes the provided API token belonging to a user.

delete/v1/auth/api-tokens/{tokenName}

Path parameters

tokenNamestring required

The name of the api token.

Response

Successful response

tokenstring

The revoked token name.

Example response

{
  "token": "..."
}

Changes