# Deleting an event A draft (i.e., unpublished) event can be deleted using the following endpoint: | Name | Endpoint | Details | | --- | --- | --- | | [Delete a draft event](/openapi/eventapi#operation/deleteEvent) | `/v2/events/{eventId}` | Delete a draft (i.e., unpublished) event. **URL path requires:** `eventId` generated from step 1 of [creating and publishing an event](/spotnana/event_creating_workflow) workflow. | > **Note:** If the event has been already published, you can [cancel](/spotnana/event_cancel_workflow) it using [Cancel event](/openapi/eventapi#operation/cancelEvent) API.