public class IpAccessControlListDeleter extends Deleter<IpAccessControlList>
Constructor and Description |
---|
IpAccessControlListDeleter(String pathSid)
Construct a new IpAccessControlListDeleter.
|
IpAccessControlListDeleter(String pathAccountSid,
String pathSid)
Construct a new IpAccessControlListDeleter.
|
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 IpAccessControlListDeleter(String pathSid)
pathSid
- Delete by unique ip-access-control-list Sidpublic boolean delete(TwilioRestClient client)
delete
in class Deleter<IpAccessControlList>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.