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