StatusDashboard
Events

Delete event

Permanently delete an event and all its timeline entries and notes.

View Markdown

DELETE /app/events/{id}

Permanently deletes an event and all associated timeline entries and notes.


Path parameters

ParameterDescription
idThe event 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 \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
403Insufficient permissions.
404Event 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.