fnematov
04/23/2025, 6:20 AMVapi Support Bot
04/23/2025, 6:22 AMbash
curl -X DELETE https://api.vapi.ai/phone-number/:id \
-H "Authorization: Bearer <your_token>"
Replace :id
with your phone number's ID. After deletion, if you need the phone number, you can reconfigure it without an assistantId, which will cause Vapi to retrieve the assistant from your server dynamically.
Sources:
- [Vapi API Documentation](https://docs.vapi.ai/api-reference/phone-numbers/delete)
- [Vapi Server URL Documentation](https://docs.vapi.ai/server-url/events)Kings_big💫
04/23/2025, 7:42 AM