Skip to main content
DELETE
/
carts
/
{prefix_id}
Delete cart
curl --request DELETE \
  --url https://api.crevio.co/v1/carts/{prefix_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

prefix_id
string
required

The resource prefix ID

Response

Cart deleted

The response is of type object.