Retirar un Flow
curl --request POST \
--url https://cerberus.eazybe.com/prod/api/v2/meta/wabas/{wabaId}/flows/{flowId}/deprecate \
--header 'Authorization: Bearer <token>'{
"success": true
}Flows
Retirar un Flow
Retirar un Flow. Consulta los parámetros, el ejemplo y las respuestas disponibles para esta operación.
POST
/
meta
/
wabas
/
{wabaId}
/
flows
/
{flowId}
/
deprecate
Retirar un Flow
curl --request POST \
--url https://cerberus.eazybe.com/prod/api/v2/meta/wabas/{wabaId}/flows/{flowId}/deprecate \
--header 'Authorization: Bearer <token>'{
"success": true
}Autorizaciones
Token bearer de Eazybe. El token identifica la organización y debe mantenerse en el servidor.
Parámetros de ruta
ID de la cuenta de WhatsApp Business devuelto por GET /meta/phone-numbers.
ID del Flow devuelto por Meta.
Respuesta
200 - application/json
Flow deprecated — no longer sendable
Failure responses
| Status | Meaning | Action |
|---|---|---|
401 | Missing, invalid, or expired bearer token | Re-authenticate |
404 | wabaId not linked to your organization | Verify the id |
400 | Flow is not published (only published flows can be deprecated) | Delete the draft instead |
502 | Graph unreachable or timed out | Retry with backoff |
¿Esta página le ayudó?