public class InstalledAddOnDeleter extends Deleter<InstalledAddOn>
| Constructor and Description |
|---|
InstalledAddOnDeleter(String pathSid)
Construct a new InstalledAddOnDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic InstalledAddOnDeleter(String pathSid)
pathSid - The Installed Add-on Sid to deletepublic boolean delete(TwilioRestClient client)
delete in class Deleter<InstalledAddOn>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.