» Tax Profile DELETE API Documentation

Deleting Specific Tax Profiles

Endpoints:DELETE /admin/tax_profiles/{id}

Purpose

The DELETE /admin/tax_profiles/{id} API is used to remove an existing tax profile from the system. This endpoint allows administrators to permanently delete tax profiles that are no longer required, ensuring the tax configuration remains clean and relevant.

Path Parameters

Field
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 to delete outdated or incorrect tax profiles that are no longer in use. For example, when a business discontinues operations in a specific region or when a tax profile was created in error, this endpoint provides a way to remove it from the system.

Request Body

No data is required for the request body.

Response

The request does not require a body. The tax profile to be deleted is identified using the {id} path parameter.

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