Delete a tax
Taxes
Delete a tax
Deletes an existing tax.
Use Cases
- Remove obsolete tax rates
- Clean up unused taxes
- Comply with regulatory changes
Path Parameters
id: Tax UUID (required) - Must be a valid UUID format
Example Request
DELETE /api/v0/taxes/123e4567-e89b-12d3-a456-426614174000
Warning
This action cannot be undone. Consider deactivating the tax instead of deleting it if it has been used in transactions.
DELETE
Delete a tax
