Gabriel Henrique
12/09/2025, 4:56 PMVapi Support Bot
12/09/2025, 4:57 PMbash
curl https://api.vapi.ai/phone-number \
-H "Authorization: Bearer <your_token>"
Look for the entry with your number and note the orgId and id fields. You can then use the Delete Phone Number API to remove it from that org before re-importing.
(Reference: information found at https://docs.vapi.ai/api-reference/phone-numbers/list?explorer=true)
Source:
- [List Phone Numbers API Reference](https://docs.vapi.ai/api-reference/phone-numbers/list?explorer=true)Gabriel Henrique
12/09/2025, 5:00 PMChiranjeet Mishra
12/10/2025, 12:54 PMbash
curl https://api.vapi.ai/phone-number \
-H "Authorization: Bearer <your_token>"
2. Look for the entry with your number +555140404565 in the response and note the orgId and id fields associated with it.
3. Once identified, you can use the [Delete Phone Number API](https://docs.vapi.ai/api-reference/phone-numbers/delete) to remove the number from that organization.
4. After deletion, you should be able to re-import the number into your desired organization.
If the number is not found in your Vapi organizations, ensure that it hasn't been associated with any inactive or previously-used organizations. If there's any lingering association, it will need to be cleared from those orgs before re-importing.Gabriel Henrique
12/10/2025, 1:10 PMGabriel Henrique
12/10/2025, 7:19 PMChiranjeet Mishra
12/12/2025, 10:27 AMbash
curl https://api.vapi.ai/phone-number \
-H "Authorization: Bearer <your_token>"
Check the response for your number +555140404565 and locate the associated orgId. If found, you can use the [Delete Phone Number API](https://docs.vapi.ai/api-reference/phone-numbers/delete) to remove it from that organization.
If the number is not listed under any of your accounts, it's possible there is a record associated with another, potentially inactive, organization. In this case, you may need additional help to identify and clear any existing link before trying to reimport.
If you verified that the number is not found and persists with issues, it may require support intervention to resolve any backend discrepancies.Gabriel Henrique
12/12/2025, 11:11 AMChiranjeet Mishra
12/16/2025, 3:50 AM