workflowCategoryDelete

Graphql fields and variables for the workflowCategoryDelete mutation

Delete a workflow category

Scope required: workflow:write

mutation workflowCategoryDelete ($id: ID!) {
  workflowCategoryDelete (id: $id) {
      errors
      workflowCategory {
        id
        name
      }
  }
}

Arguments

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

id

ID

Response

Name
Type
Description

errors

String

workflowCategory

Last updated

Was this helpful?