public class IncomingPhoneNumberDeleter extends Deleter<IncomingPhoneNumber>
| Constructor and Description |
|---|
IncomingPhoneNumberDeleter(String pathSid)
Construct a new IncomingPhoneNumberDeleter.
|
IncomingPhoneNumberDeleter(String pathAccountSid,
String pathSid)
Construct a new IncomingPhoneNumberDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic IncomingPhoneNumberDeleter(String pathSid)
pathSid - Delete by unique phone-number Sidpublic boolean delete(TwilioRestClient client)
delete in class Deleter<IncomingPhoneNumber>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.