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