beel_delete_member
Remove a member's access to an account, with protection for the last owner who cannot be removed.
Instructions
Removes a member's access to the account. The account's last OWNER cannot be removed.
Endpoint: DELETE /v1/accounts/{account_id}/members/{member_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | Yes | Membership unique UUID. | |
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. |