Skip to content

Revoke a project access token

DELETE
/api/v4/projects/{id}/access_tokens/{token_id}

Revokes a specified project access token.

id
required
string

The project ID

token_id
required
string

The ID of the token

No Content

Bad Request

Not found