Skip to main content

zoneTaxCodesDelete

Remove all zone tax code records associated with a specific price.

This bulk operation permanently deletes all zone tax codes linked to the specified price, effectively removing all regional tax mappings for that price record.

Possible errors:

  • PRICE_NOT_FOUND_ERROR: Price with the specified ID does not exist
  • ZONE_TAX_CODE_DELETE_ERROR: Failed to delete zone tax code records

AUTH: Role=[pricing.OWNER]

zoneTaxCodesDelete(
priceId: String!
): Boolean!

Arguments

zoneTaxCodesDelete.priceId ● String! non-null scalar

Unique identifier of the price record whose zone tax codes should be deleted.

Must be a valid UUID format representing an existing price in the system.

Type

Boolean scalar

The Boolean scalar type represents true or false.