Deregister a business phone number so it cannot be used with WhatsApp Cloud API.
deregister
edge from the following paths: Type | Description |
---|---|
Access Tokens | User or System User |
Permissions |
POST /<WHATSAPP_BUSINESS_PHONE_NUMBER_ID>/deregister
curl -X POST 'https://graph.facebook.com/v21.0
/110200345501442/deregister' \
-H 'Authorization: Bearer EAAJB...'
{ "success": true }
success
: bool, Error | Description |
---|---|
100 | Invalid parameter |
133016 | Registration or Deregistration failed because there were too many attempts for this phone number in a short period of time |
131000 | Something went wrong |
200 | Permissions error |