dimension_type and dimension_group must already exist.dimension to be removed must not be linked to any product or SKU.prog_id).{
"dimension": {
"prog_id": 78130146,
"dimension": "nisi"
}
}dimension_type does not exist, the following error will be returned:{
"message": "dimension_type with {dimension_type} not found"
}dimension_group does not exist, the following error will be returned:{
"message": "dimension_group with {dimension_group} not found"
}dimension to be deleted does not exist within the specified dimension_group, the following error will be returned:{
"message": "dimension with {dimension} not found"
}dimension is associated with one or more products or barcodes, the deletion request will fail with an appropriate message.DELETE request to remove a product dimension from a group.BARCODE parameter to remove the associated barcode. Note that if the barcode has been moved, it cannot be removed.deleteBarcode(barcode): This function deletes a barcode using the provided BARCODE parameter.deleteProductVariant(itemCode, dimensionType, dimensionLevel): This function removes the association between a product and its variant.deleteDimension(dimensionType, dimensionCode, dimensionValue): This function deletes the specified dimension.deleteDimensionSafely(): This function orchestrates the entire process in the correct sequence to safely delete the dimension.