StatusDashboard
EventsNotes

Delete note

Permanently remove an internal note from an event.

View Markdown

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

ParameterDescription
idThe event ID.
noteIdThe 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

StatusWhen
403Insufficient permissions.
404Event or note not found.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.