curl --request DELETE \
--url https://api.topcalls.ai/v1/phone-numbers/{phone_number_id} \
--header 'Authorization: Bearer <token>'{
"status": 401,
"title": "Unauthorized",
"detail": "Invalid or missing API key"
}Remove a phone number from your account. The number is deprovisioned from the telephony system.
curl --request DELETE \
--url https://api.topcalls.ai/v1/phone-numbers/{phone_number_id} \
--header 'Authorization: Bearer <token>'{
"status": 401,
"title": "Unauthorized",
"detail": "Invalid or missing API key"
}