Delete Account Price

Beta
DELETE/v1/sales/account-prices/{id}

This endpoint is idempotent. Learn more

Deletes an account price.

The price's category and attribute associations and its rate record are removed with it. 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 revert to standard pricing.

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

Account price ID.

Responses

200

Successful response for Delete Account Price