Delete Volume Discount

Beta
DELETE/v1/sales/volume-discounts/{id}

This endpoint is idempotent. Learn more

Deletes a volume discount along with its tiers and scoping associations.

Deletion is permanent; further requests against the deleted ID return an error.

Order lines that have already been priced keep the unit price they were given; only lines priced after the deletion lose the discount.

Permissions requiredValues:discounts:delete
The role behind your API key or agent must grant every one of these permissions.
idstring

Volume discount ID.

Responses

200

Successful response for Delete Volume Discount