Organizations

Delete the member

REQUIRED SCOPES <code>['organizations:write']</code><br>Delete the member

delete/organization/members/{member}

Path parameters

memberstring required

The ID of the member

Request body

confirmboolean

Condirm delete action

reassign_contacts_user_idinteger

Contact id to reassign contacts

reassign_teams_user_idinteger

Contact id to reassign teams/automations (workflows/textbots/campaigns)

Example request

{
  "reassign_contacts_user_id": 1,
  "reassign_teams_user_id": 1
}

Response

OK

Changes

No recorded changes to this endpoint across all 2 revisions of this API.