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.
Changes
Changed in 1 of the 10 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○
Of the 10 revisions, 1 has no diff computed.