PXM Price Books/
PXM Price Book Modifiers API/
Delete a Price Book Modifier

Delete a Price Book Modifier

Delete a Price Book Modifier

https://api.moltin.com/pcm/pricebooks/:pricebookId/modifiers/:modifierId

Deletes the specified price book modifier.

Parameters

Path parameters

NameRequiredTypeDescription
pricebookIdRequiredstringThe ID of the price book.
modifierIdRequiredstringThe ID of the modifier that you want to delete.

Headers

NameRequiredTypeDescription
AuthorizationRequiredstringThe Bearer token required to get access to the API.

Request Example

curl -X DELETE https://api.moltin.com//pcm/pricebooks/fe3f3f4c-bf36-44fc-9af6-e460276b2a45/modifiers/54323af0-2b82-4d8a-97dc-eae178b82b0a
     -H "Authorization: Bearer XXXX"
     -H "Content-Type: application/json" \

Response Example

204 No Content

Was this helpful?

Previous
Update a Price Book Modifier

Learn

Docs