[Bug] I can't delete the phone numbers
# support
v
Hi there! I see you're having trouble deleting a phone number that was imported from Twilio. Based on what I can see from your screenshots, there are a few potential causes for this issue. Since this number was imported from Twilio, the deletion process might be different than for numbers created directly in Vapi. Could you tell me: 1. Have you tried deleting the number through the Twilio dashboard as well? Since [phone numbers imported from Twilio](https://docs.vapi.ai/phone-calling) are managed via Twilio's API, you might need to release the number through Twilio first. 2. Are you using the correct API endpoint if you're trying to delete programmatically? The correct endpoint should be
DELETE https://api.vapi.ai/phone-number/:id
. 3. Have you made any recent changes to your Twilio webhook configurations that might be affecting how Vapi interacts with this number? This will help me better understand what might be causing the 404 error and why the number reappears after refreshing. Sources: - [Phone numbers in Vapi](https://docs.vapi.ai/phone-calling) - [Delete Phone Number API Reference](https://docs.vapi.ai/api-reference/phone-numbers/delete)
v
checking if this is resolved/solved for you?