Delete a Taxability Driver

Learn about deleting a taxability driver.

Delete a taxability driver

EndpointMethodKey valueRequired fields
/config/v2/taxability-drivers/{id}DELETEidid

This request deletes a taxability driver.

Delete taxability mappings before deleting taxability drivers

Before deleting a taxability driver, be sure to delete any taxability mappings that include that driver. Deleting a driver without deleting an associated mapping creates an invalid mapping. Invalid mappings can be included in Tax Engine Extracts (TEEs) and may result in unexpected tax calculations.

Sample request - Delete taxability driver

{
  "code": "string",
  "name": "string",
  "note": "string",
  "owningTaxpayerId": "123e4567-e89b-12d3-a456-426614174000",
  "startDate": "2021-01-01",
  "driverType": "PRODUCT",
  "endDate": "2021-12-01"
}