# Changing a Whatsapp bots number

Changing your WhatsApp bot number requires disconnecting the existing number and integrating a new one. WhatsApp does not allow replacing a number directly on an active integration.

***

### Before You Begin (Important)

* You must have **access to the new WhatsApp number**.
* The new number **must not be already connected** to another WhatsApp Business API account.
* Ensure you have the **OTP access** for the new number.
* Existing chats and history **will not transfer** to the new number.

### Steps to Release (Delete) a WhatsApp Bot Number

#### Step 1: Remove the Number from Meta (Facebook Business)

1. Go to **business.facebook.com** and log in
2. Select the **Business Portfolio** where the WhatsApp bot was created
3. Click on **Business Settings**
4. From the left sidebar, select **WhatsApp Accounts**
5. Choose the WhatsApp account linked to your bot
6. Scroll down and click **WhatsApp Manager**
7. Open the **Phone Numbers** section
8. Locate the number you want to release
9. Click **Delete**
10. If prompted, select a reason and **confirm deletion**

{% content-ref url="/pages/wEnMD25UP8L4Ad7JVbkh" %}
[Deleting a WhatsApp Bot](/bots/whatsapp-bot/changing-a-whatsapp-bots-number/deleting-a-whatsapp-bot.md)
{% endcontent-ref %}

<figure><img src="/files/VzCohPhsrvEqwNQpqroz" alt=""><figcaption></figcaption></figure>

#### Step 2: Delete the WhatsApp Bot in BotPenguin

1. Log in to your **BotPenguin Dashboard**
2. Go to Bots
3. Open the WhatsApp bot associated with the deleted number
4. Delete or disconnect the WhatsApp bot

Once this is done, the number is fully released from BotPenguin.

<figure><img src="/files/jVQssfKBzAnoabx4X6yj" alt=""><figcaption></figcaption></figure>

#### Step 3: Create a New WhatsApp Bot with the New Number

1. Go to **Bots**
2. Click **Create Whatsapp Bot**
3. Select **WhatsApp** as the channel
4. Enter and verify the **new WhatsApp number** (OTP required)
5. Complete the onboarding steps.

A **new WhatsApp bot** is now created with the new number.

View Reconnecting Whatsapp Bot here:

{% content-ref url="/pages/ROO2kDX3xPKUI1bt6NOM" %}
[Reconnecting Whatsapp Bot](/bots/whatsapp-bot/changing-a-whatsapp-bots-number/reconnecting-whatsapp-bot.md)
{% endcontent-ref %}

***

### FAQs

<details>

<summary>Can I directly edit my WhatsApp bot number?</summary>

No. WhatsApp numbers cannot be changed once a bot is created.

</details>

<details>

<summary>Why is a new bot required?</summary>

Meta does not allow phone numbers to be reassigned within an active WhatsApp Business API setup.

</details>

<details>

<summary>Will my old chats be available?</summary>

No. WhatsApp does not support chat history migration between numbers.

</details>

<details>

<summary>Can I reuse the number on any WhatsApp account?</summary>

Yes, once the number is released from Meta, it can be reused on a new bot or WhatsApp account.

</details>

<details>

<summary>Is there any downtime?</summary>

Yes. The bot will be unavailable until the new number is verified and the new bot is live.

</details>

***

If everything is correct and you are still unable to move forward, write to us at <support@botpenguin.com>. We will respond back within 48 business hours.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.botpenguin.com/bots/whatsapp-bot/changing-a-whatsapp-bots-number.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
