Passer au contenu principal
DELETE
C#

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Organization identifier.

Maximum string length: 50
user_id
string
requis

User ID of the organization member to remove roles from.

Corps

roles
string<role-id>[]
requis

List of roles IDs associated with the organization member to remove.

Minimum array length: 1

Réponse

Roles successfully removed from organization member.