POST Bulk Delete Abandoned Carts​
POST
/abandon-carts/bulk-delete
Delete multiple abandoned carts by their IDs. Each cart and its associated data are removed.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Request Body​
application/json
JSON
{
"cart_ids": [
0
]
}
Responses​
Carts deleted successfully.
application/json
JSON
{
"message": "string"
}