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