Skip to main content
DELETE
/
v1
/
alert_notes
/
{id}
Delete
curl --request DELETE \
  --url https://api.incident.io/v1/alert_notes/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier for the alert note

Example:

"01J1X9J85C7Y12G8P8W8K55Q5Y"

Response

204

No Content response.