Skip to main content

zoneTaxCodeDelete

Permanently remove a specific zone tax code record from the system.

This action cannot be undone. The zone tax code record will no longer be available for tax calculations or regional compliance operations.

Possible errors:

  • ZONE_TAX_CODE_NOT_FOUND_ERROR: Zone tax code with the specified ID does not exist
  • ZONE_TAX_CODE_DELETE_ERROR: Failed to delete zone tax code record

AUTH: Role=[pricing.OWNER]

zoneTaxCodeDelete(
id: String!
): Boolean!

Arguments

zoneTaxCodeDelete.id ● String! non-null scalar

Unique identifier of the zone tax code record to delete.

Must be a valid UUID format representing an existing zone tax code in the system.

Type

Boolean scalar

The Boolean scalar type represents true or false.