» Tax Rule DELETE API Documentation

Deleting Specific Tax Rules

Endpoints:DELETE /admin/tax_rules/{id}

Purpose

The DELETE /admin/tax_rules/{id} API is used to remove a specific tax rule from the system. This endpoint allows administrators to delete tax rules that are no longer needed, ensuring that outdated or incorrect tax regulations do not affect product pricing or tax calculations.

Path Parameters

Parameter
Type
Description
id
integer
The unique identifier of the categories

Query Parameters 

This endpoint does not have any query parameters.

Use Case

Administrators use this endpoint when tax regulations change, specific tax rules become obsolete, or there is a need to clean up redundant or incorrectly configured tax rules. This helps maintain an accurate and streamlined tax system, ensuring that only valid tax rules are applied to transactions.

Request Body

No data is required for the request body.

Response

The response will be empty, with a 204 No Content status indicating that the deletion was successful and no additional information is returned.

DELETE
https://{your_site_domain}/api/v4/admin/tax_rules/{id}
Try It Out