Last updated

Deleting an event

A draft (i.e., unpublished) event can be deleted using the following endpoint:

NameEndpointDetails
Delete a draft event/v2/events/{eventId}Delete a draft (i.e., unpublished) event.

URL path requires: eventId generated from step 1 of creating and publishing an event workflow.

Note: If the event has been already published, you can cancel it using Cancel event API.