Skip to content

deleteIssueBoardColumn

Deletes the Issue Board Column, requires MANAGE_ISSUE_BOARDS on the parent trackable.

graphql
deleteIssueBoardColumn(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteIssueBoardColumn.input ● DeleteNodeInput! non-null input

Defines which Issue Board Column to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.