Skip to content

deleteIssue

Deletes the specified Issue, requires MODERATOR on all of the Trackables the Issue is on.

graphql
deleteIssue(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteIssue.input ● DeleteNodeInput! non-null input

Defines which Issue to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.