remove_org_member
Remove a member from an organization to manage access. Requires active owner membership; removing the last active owner fails.
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`. |