Skip to main content
POST
Delete a number
Removes a phone number from the Amplify account and deprovisions it from the carrier. Identify the number using both its number_id and order_id from List owned numbers.
This operation deprovisions the number from the carrier. Applications should require explicit confirmation before sending the request.

Authorizations

Authorization
string
header
required

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

Body

application/json
number_id
string
required
order_id
string
required

Response

The number was removed from the account and deprovisioned successfully.

status
integer
required
message
string
required