Deleting Cart
- An existing cart that you want to delete.
- The
Idof the cart.
The specified cart is deleted and is no longer available in the Cart service.

CPQ for Advantage Platform
list_alt
Id of the cart.Use the following endpoint:
DELETE /api/cart/v1/carts/{Id}Parameters:
Id: Unique identifier of the cart or product configuration.
On success, the API returns HTTP 200 OK with a message indicating
that the cart was deleted successfully. The response is returned as an array:
[
{
"Id": "d04631c3-b789-48ce-87d8-d7ae653d1d50",
"Message": "Record deleted successfully.",
"Status": "Success"
}
]
The specified cart is deleted and is no longer available in the Cart service.