Delete WhatsApp Account
Delete Account allows you to send a cancellation request for the WhatsApp numbers you have added through the Partner program.
This operation is automatic , here are the following that will happen once you send this request:
1. The WhatsApp number will be canceled and removed immediately.
2. You won't receive any incoming message, and won't be able to send outgoing messages from it.
3. You will lose all messages history, files, contacts, and statistics about this number, including conversations counter.
4. The number will be free to re-register again either by API or WhatsApp mobile APP.
5. This operation is irreversible! make sure this is really what you want.
Settings:
URL | https://partners.99digital.co.il/api/whatsapp/deleteWhatsApp |
Method | JSON via DELETE |
Header | Authorization: Bearer {{access_token}} *The access_token can be received from settings->get access token API. |
Body:
Parameter | Description / Example | Remarks |
|---|---|---|
The WhatsApp number you wish to delete | use country code and the following numbers. no + for example: 972501234567 |
Response:
{
"status": "OK",
"whatsapp": "972501234567",
"reason": 1
}
Response-Explain:
Parameter | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status | OK or FAIL "OK" means the request has been sent to our team. "Fail" means error. | ||||||||||||
The WhatsApp number you provided. | |||||||||||||
reason | 'reason' is the status explanation in case of FAIL
|