DELETE

Delete Abandoned Checkout


Deletes an abandoned checkout.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage eCommerce - all permissions
Manage Stores - all permissions
Manage Orders
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/ecom/v1/abandoned-checkout/{abandonedCheckoutId}

Path Params
abandonedCheckoutIdstringRequired

Id of the abandoned checkout to delete

Response Object
Returns an empty object.
Delete Abandoned Checkout
Request
cURL
curl -X DELETE \ 'https://www.wixapis.com/ecom/v1/abandoned-checkout/330c3e52-73d4-4cc7-8eb2-61f6c5a07478' \ -H 'Authorization: <AUTH>' -H "Content-Type:application/json"
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?