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
A number cannot be deleted within the 14 days of purchase. Calling this API before this period expires results in an error.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the phone number to be released.