- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteOrderTransactions - Order Module Reference
This documentation provides a reference to the deleteOrderTransactions
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method deletes transactions by their IDs.
Example#
To delete one transaction:
To delete multiple transactions:
Parameters#
transactionIds
string | object | string[] | object[]The ID(s) of the transaction to delete.
Returns#
Promise
Promise<void>Resolves when the transaction(s) are deleted successfully.
Was this page helpful?