メインコンテンツへスキップ
DELETE
Removes roles assigned to a group in an organization context.

承認

Authorization
string
header
必須

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

パスパラメータ

organization_id
string
必須

ID of the organization

group_id
string
必須

ID of the group

ボディ

roles
string<role-id>[]
必須

Array of role IDs to delete from organization group.

Minimum array length: 1

Unique identifier for the role (service-generated).

レスポンス

Roles successfully removed from organization group.