Permanently deletes multiple RSVPs by filter.
You can only call this method when authenticated as a Wix app or Wix user identity.
Filter object.
Search details.
Job ID. Pass this ID to Get Async Job to retrieve job details and metadata.
curl -X POST 'https://www.wixapis.com/events/v2/bulk/rsvps/delete-by-filter' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH TOKEN>' \
"filter": {
"status": "NO"
}
}'
{
"jobId": "b551071c-0688-4c43-84fd-3f7f106c7a39"
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.