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