remove_org_member
Remove a member from an organization using org ID and principal ID. Requires owner membership; cannot remove the last active 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`. |