workflowCategoryDelete
Graphql fields and variables for the workflowCategoryDelete mutation
Last updated
Was this helpful?
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
}
}
}{
"id": "456123"
}id
ID
errors
String
Last updated
Was this helpful?
Was this helpful?
