POST

Bulk Delete Rsvps By Filter


Permanently deletes multiple RSVPs by filter.

Authentication

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

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v2/bulk/rsvps/delete-by-filter

Body Params
filterstructRequired

Filter object.


searchSearch

Search details.

Response Object
jobIdstringformat GUID

Job ID. Pass this ID to Get Async Job to retrieve job details and metadata.

Bulk delete RSVPs by status
Request
cURL
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" } }'
Response
JSON
{ "jobId": "b551071c-0688-4c43-84fd-3f7f106c7a39" }
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

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