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

Documentation Index

Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt

Use this file to discover all available pages before exploring further.

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