DELETE

Delete Rsvp


Permanently 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/v2/rsvps/{rsvpId}

Path Params
rsvpIdstringRequired

ID of the RSVP to delete.

Response Object
Returns an empty object.
Delete RSVP
Request
cURL
curl -X DELETE 'https://www.wixapis.com/events/v2/rsvps/04978771-573e-40d8-b644-ce99ac49706e' \ -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?