DELETE

Delete Event


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deletes a calendar event.

Events from a connected calendar are read-only: deleting one returns a FAILED_PRECONDITION error. Deleting an event ID that doesn't exist also returns a FAILED_PRECONDITION error.

Authentication

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

Permissions
Manage Marketing Plans
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/promote/marketing-plan-service/v1/events/{eventId}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?