Revenue Management Invocable Action Reference

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.

PropertyValue
LabelDelete and Return Recognition Schedules from Source Records
CategoryRecognition Schedule
SinceSummer 2026
Read-onlyNo
Supports AgentsYes
Supports FlowsYes
Async ActionNo
Keywordsdelete, schedules

Request Parameters

FieldTypeLabelDescriptionRequired
sourceIdIdSource Record IDThe ID of the source record whose Recognition Schedule should be deleted.Yes

Response Parameters

FieldTypeLabelDescriptionRequired
sourceRecordIdIdSource Record IDThe ID of the source record this result corresponds to. Use it to match each result back to the source record that was processed.No
outcomeStringOutcomeHow 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
successBooleanSuccessTrue 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
errorsStringErrorsThe reasons why deletion failed for the source record, joined into a single text separated by "; ". Empty when success is true.No
© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.