RSDeleteAction
Deletes the Recognition Schedule associated with each of the given source records. Processes each source record independently, so one invalid record does not stop the rest. Returns one result per source record: the outcome of the deletion, whether it succeeded, and any errors explaining a failure.
| Property | Value |
| Label | Delete and Return Recognition Schedules from Source Records |
| Category | Recognition Schedule |
| Since | Summer 2026 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | delete, schedules |
Request Parameters
| Field | Type | Label | Description | Required |
sourceId | Id | Source Record ID | The ID of the source record whose Recognition Schedule should be deleted. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
sourceRecordId | Id | Source Record ID | The ID of the source record this result corresponds to. Use it to match each result back to the source record that was processed. | No |
outcome | String | Outcome | How the deletion went for the source record. One of: FullyDeleted (the Recognition Schedule was deleted), PartiallyDeleted (the schedule had recognized lines, so it was retained and marked Source Unavailable while its unrecognized lines were removed), or Failed (the schedule could not be deleted; see the errors field). | No |
success | Boolean | Success | True if the Recognition Schedule for the source record was processed without errors; false if the deletion failed, in which case the errors field explains why. | No |
errors | String | Errors | The reasons why deletion failed for the source record, joined into a single text separated by "; ". Empty when success is true. | No |
|