workflows
Delete a workflow
Spaces method and path for this operation:
<div><span class="operation-verb delete">delete</span> <span class="operation-path">/s/{space_id}/api/workflows/workflow/{id}</span></div>Refer to Spaces for more information.
Delete a single workflow by its ID.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:delete.
delete/api/workflows/workflow/{id}
Path parameters
idstring required
Workflow ID
Query parameters
forceboolean
When true, permanently deletes the workflow (hard delete) instead of soft-deleting it. The workflow ID becomes available for reuse.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Response
Indicates a successful response