taxDelete
Permanently delete a tax configuration from the system.
Removes the tax configuration and all associated data. This action cannot be undone and will affect tax calculations that depend on this configuration.
Possible errors:
- TAX_NOT_FOUND_ERROR: Tax configuration with the specified ID does not exist
- TAX_DELETE_ERROR: Failed to delete the tax configuration
AUTH: Role=[pricing.OWNER]
taxDelete(
  id: String!
): Boolean!
Arguments
taxDelete.id ● String! non-null scalar
Unique identifier of the tax configuration to delete.
Must be a valid UUID format representing an existing tax configuration.
Type
Boolean scalar
The Boolean scalar type represents true or false.