Phone Numbers
Release a Phone Number
A DELETE request to /release-phone-number/:id
releases the the specified phone number referenced by its id.
DELETE
/
release-phone-number
/
{id}
A number cannot be deleted within the 14 days of purchase. Calling this API before this period expires results in an error.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe UUID of the phone number to be released.
Response
200 - application/json
deleted
boolean
Indicates if the number was successfully deleted.
id
string
The UUID of the released phone number.