Skip to main content
DELETE
Remove roles from a group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for the group (service-generated).

Required string length: 18 - 26

Body

roles
string<role-id>[]
required

Array of role IDs to remove from the group.

Minimum array length: 1

Unique identifier for the role (service-generated).

Response

Roles successfully removed from group.