• PXM Price Books/
    PXM Price Books API/
    Delete a Price Book

    Delete a Price Book

    DELETE a Price Book by ID

    https://api.moltin.com/pcm/pricebooks/:id
    

    Deletes the specified price book.

    Parameters

    Path parameters

    NameRequiredTypeDescription
    idRequiredstringThe unique identifier of the price book to delete.

    Headers

    NameRequiredTypeDescription
    AuthorizationRequiredstringThe Bearer token to grant access to the API.

    Request Example

    curl -X DELETE https://api.moltin.com/pcm/pricebooks/2cf0d38c-58aa-420d-8658-4385dccea609 \
         -H "Authorization: Bearer XXXX"
    

    Response Example

    204 No Content

    Was this helpful?

    Previous
    Replicate a Price Book