Skip to main content
DELETE
/
flows
/
{flow_id}
Delete flow
curl --request DELETE \
  --url https://api.kapso.ai/meta/whatsapp/flows/{flow_id} \
  --header 'X-API-Key: <api-key>'
{
  "success": true
}

Authorizations

X-API-Key
string
header
required

Project API key for authentication. This is the recommended authentication method.

Get your API key from the Kapso dashboard under Project Settings > API Keys.

Path Parameters

flow_id
string
required

Flow ID

Response

Flow deleted successfully

success
boolean