Flows / Delete flow
Delete flow
DELETE/v1/flows/{id}
Delete a flow and stop its deliveries.
Path parameters
id
string · required
The flow id.
DELETE/v1/flows/{id}
curl -X DELETE https://app.converly.io/api/v1/flows/flow_0Dzj… \ -H "Authorization: Bearer sk_live_…"
200 OK
{
"id": "flow_0Dzj…",
"deleted": true
}