curl -X DELETE "https://api.wirebox.sh/api/v1/phone/numbers/eva" \
-H "Authorization: Bearer $WIREBOX_API_KEY"
Phone
Release a Phone Number
Release a phone number while keeping its agent identity active.
DELETE
/
api
/
v1
/
phone
/
numbers
/
{number}
curl -X DELETE "https://api.wirebox.sh/api/v1/phone/numbers/eva" \
-H "Authorization: Bearer $WIREBOX_API_KEY"
string
required
Number ID (
pn_...), E.164 phone number, or owning agent handle.curl -X DELETE "https://api.wirebox.sh/api/v1/phone/numbers/eva" \
-H "Authorization: Bearer $WIREBOX_API_KEY"