numbers.retired
The inventory row has been retired by ops and is no longer claimable.
numbers.retired is returned when a number claim request targets an inventory row that has been retired by a platform operator. Retired numbers are permanently removed from the claimable pool.
The number was retired via the admin inventory management tooling. This may happen when a DID is decommissioned by the carrier.
Choose a different, available number from inventory. Retired numbers cannot be reinstated via the API.
{
"error": {
"code": "numbers.retired",
"message": "number is retired and no longer claimable",
"request_id": "req_01900000abc"
}
}