Recharge Delete One-Time Order

Used to delete/cancel an one-time order from Recharge

Used to delete a one-time order in Recharge. More info about the delete onetime endpoint can be found here: https://developer.rechargepayments.com/2021-11/onetimes/onetimes_delete

This action requires a Recharge module connection to be setup in the DG Modules page. Once you have set this up, you will need to enable all read/write permissions in your Recharge dashboard under "API Tokens".

Inputs

InputTypeDescription
Order IDStringID of the one-time order to delete.
Safe ModeOptional BooleanIf set to True, errors are logged in the Action Outputs instead of stopping the Flow. Defaults to False.

Outputs

OutputTypeDescription
SuccessBooleanWhether the one-time order was deleted successfully.