Remove Incident Notes
DELETE/v1/api/incidents/:incidentID/notes
For additional auditing and clarity for your team members, you can programatically delete notes to remove details.
Request
Path Parameters
incidentID stringrequired
The ID of the recorded incident.
Query Parameters
region string
Possible values: [us
, eu
, uk
, jp
, in
, ap
, ca
, au
, par
]
The region/country of the recorded incident (defaults to the US).
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Deleted the note for the incident.
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Loading...