Peter
09/23/2025, 9:39 AMVapi Support Bot
09/23/2025, 9:40 AMChiranjeet Mishra
09/23/2025, 5:02 PMbash
curl https://api.vapi.ai/phone-number/id \
-H "Authorization: Bearer <token>"
Make sure to replace id with your phone number ID and <token> with your actual authorization token.
If you need to delete a phone number, the DELETE request can be made to [https://api.vapi.ai/phone-number/:id](https://docs.vapi.ai/api-reference/phone-numbers/delete), again substituting id with your phone number ID.
For listing phone numbers, you might use the following endpoint: [https://api.vapi.ai/phone-number](https://docs.vapi.ai/api-reference/phone-numbers/list).
If you run into any issues, ensure the ID and token are correct, and that the phone number exists in the system. Sometimes, problems like "number not found" can occur due to these common points.gaurav
10/05/2025, 10:05 AMChiranjeet Mishra
10/08/2025, 9:10 AM