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
| Input | Type | Description |
|---|---|---|
| Order ID | String | ID of the one-time order to delete. |
| Safe Mode | Optional Boolean | If set to True, errors are logged in the Action Outputs instead of stopping the Flow. Defaults to False. |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the one-time order was deleted successfully. |
Updated about 6 hours ago