beel_delete_member_grant
Revoke a member's access to a specific company while preserving their grants to other companies in the account.
Instructions
Revokes a MEMBER's access to one company. Their grants over the account's other companies are left as they were.
Endpoint: DELETE /v1/accounts/{account_id}/members/{member_id}/grants/{company_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. | |
| company_id | Yes | Company (NIF) unique UUID within the account. |