Skip to content
View as Markdown

DELETE Delete Funnel​

DELETE
/funnels/{id}

Permanently delete an automation funnel by ID. This removes the funnel, all its sequences, subscribers, metrics, labels, and associated metadata. Also resets funnel indexes.

Authorizations​

ApplicationPasswords

WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*

The funnel ID to delete.

Type
integer
Required

Responses​

Funnel deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI