Deleting a number without getting rebilled
# support
a
How can we delete and not get rebilled
v
Hi @Abed Malak, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Delete Phone Number]() * [Delete Assistant]() * [Delete Credential]() * [Outbound Calling]() -----------------------------
### Answer To delete a phone number without getting rebilled, you can use the DELETE method on the specific phone number endpoint. When you delete the phone number using the following API request, you won't be rebilled for that number:
Copy code
curl
curl --request DELETE \
--url https://api.vapi.ai/phone-number/{id} \
--header 'Authorization: Bearer <token>'
[(1)]() Make sure to replace
{id}
with the actual ID of the phone number you wish to delete and
<token>
with your authorization token. This action will remove the phone number from your account, and you should not be billed for it in the future.
s
Just delete the number you won't be rebilled for it.