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
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The 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.