DELETE

Delete Rsvp


Deprecated

This method has been replaced with Delete Rsvp, and will be removed on June 30, 2025.

Deletes an RSVP.

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
DELETE
https://www.wixapis.com/events/v1/rsvp

Query Params
eventIdstringRequired

Event ID.


rsvpsArray <string>

RSVPs to delete.

Response Object
Returns an empty object.
Delete Rsvp Example 1
Request
cURL
curl -X DELETE 'https://www.wixapis.com/events/v1/events/fd56076c-38f4-4705-b9eb-ec322b85c745/rsvp?rsvps=7c9dbf44-359c-47c7-a3e4-02638ab851c4' \ -H 'Authorization: <AUTH TOKEN>'
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?