Workflows
Delete a workflow
Delete a workflow. Successful deletion returns 204 No Content. If the workflow is currently sending or has queued contacts, Loops returns 409 Conflict with a message instead of deleting. Retry with confirmDelete: true to delete the workflow, stop sending, and cancel queued contacts.
delete/v1/workflows/{workflowId}
Request body
Response
Workflow deleted. No response body.