Skip to main content
DELETE
Soft-deletes a workflow automation. In-flight executions are stopped and no new contacts will enter the workflow.

Authorizations

string | header
required
Project API key header of the form Bearer AS_<key>.

Path Parameters

string
required
Workflow automation ID.

Response

Workflow automation deleted successfully
boolean
Example: true
string
Confirmation message.Example: "Workflow automation deleted successfully"

Error Responses

object
Returned when no automation with the given ID exists on the project.