DELETE
/
cart
/
{token}
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."
  }
}

Authorizations

X-Authorization
string
header
required

Path Parameters

token
string
required

The unique identifier token associated with a cart.

Response

200
application/json
Successful
errors
object