Skip to main content

Delete an incoming phone number.

DELETE 

/Accounts/:AccountSid/IncomingPhoneNumbers/:Sid

Delete an IncomingPhoneNumber. If the delete is successful, a 204 response, with no body, will be returned.

Permissions

The API token must include the following scopes: Numbers.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that is associated with this phone number.

    Sid uuidrequired

    The unique identifier of the phone number.

Responses

No Content