Footer Section
Explore

Deletes a cart from the database that matches the cartId path variable.
The reference to the cart or 'active' for the current active cart.
The account value from header is taken as default account if passed as query parameter.
The name of the storefront used for the request.
curl --request DELETE \--url https://documentation.conga.com/carts/cartId \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'x-account: ' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": [5{6"id": "a1I3I000000ZhIQUA0",7"success": true,8"errors": []9}10]11}