cURL
curl --request DELETE \ --url https://api.phare.io/uptime/incidents/{incidentId} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete an incident by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
ID of the incident to delete
Success, incident deleted
Was this page helpful?