DELETE

Delete Current Cart


Deletes the current site visitor's cart.

Note: This endpoint requires visitor or member authentication.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/ecom/v1/carts/current

Request
This endpoint does not take any parameters.
Response Object
Returns an empty object.
Deletes the current site visitor's cart
Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/ecom/v1/carts/current' \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?