cURL
curl --request DELETE \ --url https://api.crevio.co/v1/carts/{prefix_id} \ --header 'Authorization: <api-key>'
{}
Deletes a cart
API key in the format: Bearer {api_token}
The resource prefix ID
Cart deleted
The response is of type object.
object
Was this page helpful?