Skip to main content
curl -X DELETE https://api.thinnest.ai/v2/phone-numbers/{phone_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"
DELETE /v2/phone-numbers/{phone_number_id}

Response

{
  "id": "pn_abc123",
  "number": "+919876543210",
  "status": "released"
}