Flow sil
curl --request DELETE \
--url https://cerberus.eazybe.com/prod/api/v2/meta/wabas/{wabaId}/flows/{flowId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Flows
Flow sil
Flow sil. Bu işlem için parametreleri, örneği ve kullanılabilir yanıtları inceleyin.
DELETE
/
meta
/
wabas
/
{wabaId}
/
flows
/
{flowId}
Flow sil
curl --request DELETE \
--url https://cerberus.eazybe.com/prod/api/v2/meta/wabas/{wabaId}/flows/{flowId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Yetkilendirmeler
Eazybe bearer tokenı. Token kuruluşu tanımlar ve sunucuda güvenli tutulmalıdır.
Yol Parametreleri
GET /meta/phone-numbers tarafından döndürülen WhatsApp Business hesabı kimliği.
Meta tarafından döndürülen Flow kimliği.
Yanıt
200 - application/json
Draft flow deleted
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 published — published flows cannot be deleted | Deprecate it instead (9.6) |
502 | Graph unreachable or timed out | Retry with backoff |
Bu sayfa yararlı mıydı?