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

whatsapp

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.

whatsapp

The WhatsApp number you provided.

reason

'reason' is the status explanation in case of FAIL

1

not FAIL. the status is OK

2

partnerKey is incorrect or JSON format error.

3

Access token does not exist or expired, please generate another one from Settings - Get access token API

4

WhatsApp number is empty or wrong.

13

you need to use DELETE method.

27

WhatsApp number does not exist under your account