- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteTaxRateRulesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the deleteTaxRateRulesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow deletes one or more tax rate rules. It's used by the Remove Rule of Tax Rate Admin API Route.
You can use this workflow within your own customizations or custom workflows, allowing you to delete tax rate rules in your custom flows.
Source CodeExamples#
Steps#
Workflow Hook
Step conditioned by when
Input#
DeleteTaxRateRulesWorkflowInput
DeleteTaxRateRulesWorkflowInputThe data to delete tax rate rules.
DeleteTaxRateRulesWorkflowInput
DeleteTaxRateRulesWorkflowInputids
string[]The IDs of the tax rate rules to delete.
ids
string[]Was this page helpful?