Deletes a comment previously posted by the authenticated customer on an event.
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Event.Comments array.
/en/ legacy route prefix and the POST method rather than DELETE, despite being a deletion operation.Event.Comments[].Id from GET /api/public/events/{id}.200 OK on success.
| Context | Source file |
|---|---|
Event detail page comment list (/events/{id}) | src/views/events/details/data.ts |
id exists or it does not belong to the authenticated customer.| Method | Endpoint | Description |
|---|---|---|
GET | /api/public/events/{id} | Event detail — includes Event.Comments array |
POST | /en/events/newComment | Post a new comment on an event |