v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Flows

Delete a flow

Deletes a WhatsApp Flow. Only Flows in DRAFT status can be deleted.

delete/whatsapp/flows/{flowId}

Path parameters

flowIdstring required
Example:flow-1

Flow ID.

Response

Successfully deleted the flow.

successboolean

Whether the operation was successful.

Example response

{
  "success": true
}