Remove specific system operation grant rows
delete-admin-operation-granteeDelete individual SysAdminOperationGrantee rows by ID to remove a grant entry entirely. Use this for complete removal instead of toggling allow/deny.
Instructions
Delete individual grant rows by Id when you want to remove a grant entry entirely. To flip allow ↔ deny instead, prefer set-admin-operation-grantee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | List of SysAdminOperationGrantee row Ids to delete. Look them up via `read` on `SysAdminOperationGrantee` filtered by `SysAdminOperationId` and/or `SysAdminUnitId`. |