cURL
curl --request DELETE \ --url https://api.loopreturns.com/api/v1/cart/{token} \ --header 'X-Authorization: <api-key>'
{ "errors": { "message": "No cart found for the provided token." } }
Delete an existing cart in Shop Now On-Store.
The unique identifier token associated with a cart.
Successful
The response is of type object.
object