Storyden
Events

Event Participant Remove

Remove a participant from an event. Same rules as EventParticipantUpdate where non-managing members may only remove themselves. Not soft-delete.

Remove a participant from an event. Same rules as EventParticipantUpdate where non-managing members may only remove themselves. Not soft-delete.

DELETE/events/{event_mark}/participants/{account_id}
storyden-session<token>

In: cookie

Path Parameters

event_markstring

Either:

  • The unique event ID.
  • The unique event slug.
  • A string of the form -
Formatxid-prefixed-kebab-case-string
account_idstring

Account ID.

Formatxid

Response Body

curl -X DELETE "https://loading/api/events/cc5lnd2s1s4652adtu50-top-10-movies-thread/participants/cc5lnd2s1s4652adtu50"
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}