DELETE
/
billing
/
tax
/
{tax}
curl --request DELETE \
  --url https://api.altostrat.io/billing/tax/{tax} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

tax
string
required

The Stripe Tax ID (txi_...) to delete.

Response

204

Tax ID deleted successfully.