Skip to content

deleteArtefact

Deletes the Artefact, requires MANAGE_ARTEFACTS on the Trackable it is part of. Removes it from all Issues.

graphql
deleteArtefact(
  input: DeleteNodeInput!
): DeleteNodePayload!

Arguments

deleteArtefact.input ● DeleteNodeInput! non-null input

Defines which Artefact to delete

Type

DeleteNodePayload object

Payload type for delete node mutations

Released under the MIT License.