API документація
delete
/api/v1/personal-access-tokens/{id}Revokes one of the authenticated user's API tokens immediately.
PersonalAccessTokens
Параметри
id
path · string
Обов'язковий
version
path · string
Обов'язковий
Відповіді
- 204The token was revoked.
- 401The caller is not authenticated with an application session or session token.application/json
{} - 404The token does not exist or belongs to another user.application/json
{}