Skip to main content
DELETE
Remove users from a permission group
Removes users from a group, leaving everybody else in it. They lose every grant they held through the group, immediately. Grants they hold in their own right are untouched.
The ids go in the request body, not the URL — this endpoint removes several people at once and addresses the group, not one member of it.

Request body

Response

204, with no body.

Offboarding somebody from a team

Removing them from every group takes back everything they inherited, and is the part of offboarding that is easy to miss when you only revoke direct grants.
This removes inherited access only. Grants made directly to the person survive — see Revoke Permission for those.

Errors

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

permission_group_pk
string<uuid>
required

The permission group's id.

Response

204

The users were removed from the group.