Passer au contenu principal
DELETE
Removes roles assigned to a group in an organization context.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

organization_id
string
requis

ID of the organization

group_id
string
requis

ID of the group

Corps

roles
string<role-id>[]
requis

Array of role IDs to delete from organization group.

Minimum array length: 1

Unique identifier for the role (service-generated).

Réponse

Roles successfully removed from organization group.