Delete flow rule
Delete flow rule
Deletes a given rule from the system.
DELETE
Delete flow rule
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://integration.wpay.com.au/llms.txt
Use this file to discover all available pages before exploring further.
flows.write scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The flow name. This can be one of the following.
checkout- Applies during checkout to determine what payment options are shown.card-transaction- Applies when processing a card transaction.non-card-transaction- Applies when processing a gift card only transaction, or a redirect transaction using thedecline-earlyaction.redirect-transaction- Applies when processing any other transaction. The name of the Flow.
Available options:
checkout, card-transaction, non-card-transaction, redirect-transaction Example:
"checkout"
The flow action. Action for the given rule. Actions can only be used in flows that support them.
- The
checkoutflow only supports theselect-payment-optionsaction. - The
card-transactionsupports theroute-transaction,skip-3ds, anddecline-earlyactions. - The
non-card-transactionflow only supports thedecline-earlyaction. - The
redirect-transactionflow only supports theroute-transactionaction.
Available options:
select-payment-options, decline-early, route-transaction, skip-3ds Example:
"select-payment-options"
The unique ID for a rule.
Example:
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Response
Returns an empty response.