bulk_delete_workflows
Permanently delete multiple workflows and their execution history in one call. Provide application name and workflow IDs to remove them from DBOS.
Instructions
Delete multiple workflows at once.
Permanently deletes the workflows and their execution history.
Args: application_name (string, required): Name of the DBOS application workflow_ids (array of strings, required): IDs of the workflows to delete delete_children (bool, optional): Also delete child workflows started by these workflows (default: false)
Returns: message (string): Confirmation message count (int): Number of workflows deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_ids | Yes | ||
| delete_children | No | ||
| application_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||