Skip to content

Revoke a group or project access token for a group

DELETE
/api/v4/groups/{id}/manage/resource_access_tokens/{prat_id}

Revokes a specified group or project access token associated with a top-level group.

id
required
One of:
string

The ID or URL-encoded path of the group

prat_id
required
integer

The ID of the resource access token

expires_at
string format: date
nullable

The expiration date of the token

Example
2021-01-31

No Content

Bad Request

Not Found