v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Flows

Deprecate a flow

Marks a published Flow as deprecated. Once a Flow is published, it cannot be modified or deleted, but can be marked as deprecated.

post/whatsapp/flows/{flowId}/deprecate

Path parameters

flowIdstring required
Example:flow-1

Flow ID.

Response

Successfully deprecated the flow.

successboolean

Whether the operation was successful.

Example response

{
  "success": true
}