LAGO_URL="https://api.getlago.com" API_KEY="__YOUR_API_KEY__" curl --location --request DELETE "$LAGO_URL/api/v1/taxes/:code" \ --header "Authorization: Bearer $API_KEY"
This endpoint is used to delete a tax.
Was this page helpful?