Events
Event Delete
Delete an event.
DELETE
/events/{event_mark}Delete an event.
storyden-session<token>
In: cookie
Path Parameters
event_mark*string
Either:
- The unique event ID.
- The unique event slug.
- A string of the form -
Response Body
application/json
curl -X DELETE "https://example.com/events/cc5lnd2s1s4652adtu50-top-10-movies-thread"Empty
Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}