Delete an existing comment

Permanently delete a comment from an incident.

You can only delete a comment created by the API.

DELETE https://uptime.betterstack.com/api/v2/incidents/{incident_id}/comments/{comment_id}

URL parameters

incident_id
required string
comment_id
required string

Headers

Authorization
required string
204

Example cURL

Example
curl --request DELETE \
  --url https://uptime.betterstack.com/api/v2/incidents/1/comments/1 \
  --header "Authorization: Bearer $TEAM_TOKEN"