Delete Creatio system operations
delete-admin-operationDelete SysAdminOperation records by ID and automatically clean up related grantee rows, bypassing blocked OData modifications.
Instructions
Delete one or more SysAdminOperation rows by Id. Related grantee rows are cleaned up automatically. Use this instead of the generic delete tool — OData modifications on SysAdminOperation are blocked at the platform level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | List of SysAdminOperation Ids to delete (RightsService deletes them and their related grantee rows). Use the standard `read` tool on `SysAdminOperation` to look up Ids by Code first. |