EventsNotes
Delete note
Permanently remove an internal note from an event.
DELETE /app/events/{id}/notes/{noteId}
Permanently removes a note. Notes are internal only and never published to the status dashboard, so deletion has no public impact.
Path parameters
| Parameter | Description |
|---|---|
id | The event ID. |
noteId | The note ID. |
Request
See API Basics for required headers.
This endpoint takes no request body.
Sample request
curl -X DELETE https://api.statusdashboard.com/app/events/4f8b2e1a-3c7d-4e9f-a0b1-c2d3e4f56789/notes/2e8c5b9a-4d7f-4a0b-b2d4-e5f6789abcde \
-H "Authorization: Bearer bcf847abf5c6:def456"Sample response
Status: 204 No Content
No response body.
Error responses
| Status | When |
|---|---|
403 | Insufficient permissions. |
404 | Event or note not found. |

