For the complete documentation index, see llms.txt. This page is also available as Markdown.

deleteIncidentComment

Delete an incident comment (author only).

Examples

mutation DeleteIncidentComment($commentId: String!) {
  deleteIncidentComment(commentId: $commentId)
}

Variables

This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.

{
  "commentId": "example"
}

Arguments

You can use the following argument(s) to customize your deleteIncidentComment mutation.

Argument
Description
Supported fields

commentId String! required

Fields

Return type: Boolean!

You can use the following field(s) to specify what information your deleteIncidentComment mutation will return. Please note that some fields may have their own subfields.

Last updated