Skip to main content
DELETE
Remove client associations from an organization

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<organization-id>
required

ID of the organization.

Body

clients
string<client-id>[]
required

List of client IDs to disassociate from the organization.

Required array length: 1 - 100 elements

Response

Organization clients successfully disassociated.