Number Deleted Status Report Push

POST

Callback address provided by the customer. This address is used to push back the deleted state of the number.

 
Push Parameters
Parameters Description Type
appId Application id String
wabaId WABA Id String
field Event type: account_update String
event Event name: PHONE_NUMBER_REMOVED String
phoneNumber Phone number String
 
Push Sample
{
    "appId": "appId",
    "wabaId": "12662796387228",
    "event": "PHONE_NUMBER_REMOVED",
    "field": "account_update",
    "phoneNumber": "91856321412"
}