https://mailchimp.com/ecommerce/stores/{store_id}/carts/{cart_id}Delete a cart.
The store id.
The id for the cart.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://mailchimp.com/ecommerce/stores/{store_id}/carts/{cart_id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://mailchimp.com/ecommerce/stores/{store_id}/carts/{cart_id}Delete a cart.
The store id.
The id for the cart.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request DELETE \
--url 'https://mailchimp.com/ecommerce/stores/{store_id}/carts/{cart_id}' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}