remove_org_member
Remove a member from an organization by providing org and principal IDs. An active owner membership is required; removing the only active owner fails with 409 LAST_OWNER.
Instructions
Remove a member from an org. Requires an active owner membership. Removing the org's only active owner fails with 409 LAST_OWNER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id. | |
| principal_id | Yes | The member principal id to remove. Removing the org's only active owner fails with `409 LAST_OWNER`. |