Skip to content

deleteIssueBoard

Deletes the Issue Board, requires MANAGE_ISSUE_BOARDS on the provided trackable.

graphql
deleteIssueBoard(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteIssueBoard.input ● DeleteNodeInput! non-null input

Defines which Issue Board to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.