Skip to main content

bulkPricesDelete

Delete all bulk price records associated with a specific price.

Removes all bulk price configurations linked to the specified price ID. This action cannot be undone and will affect volume pricing calculations that depend on these bulk prices.

Possible errors:

  • PRICE_NOT_FOUND_ERROR: Price with the specified ID does not exist
  • BULK_PRICE_DELETE_ERROR: Failed to delete bulk price records

AUTH: Role=[pricing.OWNER]

bulkPricesDelete(
priceId: String!
): Boolean!

Arguments

bulkPricesDelete.priceId ● String! non-null scalar

Unique identifier of the price whose bulk prices 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.