DELETE / v1/ tax_ids/ :id
Deletes an existing account or customer tax_ object.
Parameters
No parameters.
Returns
Returns an object with a deleted parameter on success. If the tax_ object does not exist, this call raises an error.
curl -X DELETE https://api.stripe.com/v1/tax_ids/{{TAX_ID}} \ -u "sk_test_BQokikJOvBiI2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:"Response
{ "id": "txi_1NuMB12eZvKYlo2CMecoWkZd", "object": "tax_id", "deleted": true}