My numbers
Release phone numbers
Releases the listed phone numbers back to stock. Selection accepts either ids (record IDs) or dids (phone numbers), but not both.
delete/v1/numbers
Query parameters
idsinteger[]
Record IDs of the phone numbers to release. Mutually exclusive with dids.
[ 47832123321, 47832123324, 478321233215 ]
didsstring
Example:47832123321,47832123324,478321233215
Comma-separated phone numbers to release. Mutually exclusive with ids.
Response
Returns a success confirmation. The numbers are released back to stock.
Example response
{
"success": true
}