Skip to main content
DELETE
DeleteComment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

incident_id
string<uuid>
required

ID of the incident the comment is on.

comment_id
string<uuid>
required

ID of the comment to delete, as returned by PostComment or read from the incident's comments.

Body

application/json
actor
Actor · object
required

Actor deleting the comment. Must match the actor that posted it.

Response

200 - application/json

Success

The response is of type DeleteCommentResponse · object.