Remove specific system operation grant rows
delete-admin-operation-granteeRemove permission grant entries entirely by deleting SysAdminOperationGrantee rows using their IDs. Use when you need to revoke access completely.
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`. |