Skip to content

Deprecate flow

Deprecate a PUBLISHED flow. This is irreversible. Deprecated flows cannot be sent or opened, but existing active sessions may continue until they complete.

POST /v1/whatsapp/flows/{flowId}/deprecate

Deprecate a PUBLISHED flow. This is irreversible. Deprecated flows cannot be sent or opened, but existing active sessions may continue until they complete.

Parameters

  • flowId (path, string) required — Flow ID

Request body

Content-Type: application/json

  • accountId (string) required — WhatsApp social account ID

Responses

200 — Flow deprecated

  • success (boolean)

400 — Flow is not in PUBLISHED status

401

404 — WhatsApp account not found