DELETE /taxRates/{taxRateID}

Delete a tax rate by its ID.

Path parameters

  • taxRateID integer Required

Responses

  • 200

    Tax rate deleted successfully

  • 404

    Tax rate not found

  • 500

    Error occurred while deleting tax rate

DELETE /taxRates/{taxRateID}
curl \
 -X DELETE http://api.example.com/taxRates/{taxRateID}