delete_workflow
Remove a workflow by its ID from a Storyblok space using the Management API. Note: The default workflow cannot be deleted.
Instructions
Deletes a workflow by its ID in a Storyblok space via the Management API. The default workflow cannot be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"workflow_id": {
"title": "Workflow Id",
"type": "integer"
}
},
"required": [
"workflow_id"
],
"title": "delete_workflowArguments",
"type": "object"
}