workflowDelete

Graphql fields and variables for the workflowDelete mutation

Delete a workflow

Scope required: workflow:write

mutation workflowDelete ($id: ID!) {
  workflowDelete (id: $id) {
      errors
      workflow {
        description
        enabled
        format
        id
        isolateToUserId
        keepUpdated
        name
        recipe
        standard
        targetClass
        workflowCategoryId
        workflowSchedule
      }
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

workflow

Last updated

Was this helpful?