cURL
curl --request DELETE \ --url https://app.blinksale.test/api/v1/taxes/{taxId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Operation completed successfully" }
Delete a tax
Access token obtained from the /v1/auth/login endpoint
The ID of the tax to delete
Tax deleted successfully
true
"Operation completed successfully"