public class IpAccessControlListMappingDeleter extends Deleter<IpAccessControlListMapping>
| Constructor and Description |
|---|
IpAccessControlListMappingDeleter(String pathDomainSid,
String pathSid)
Construct a new IpAccessControlListMappingDeleter.
|
IpAccessControlListMappingDeleter(String pathAccountSid,
String pathDomainSid,
String pathSid)
Construct a new IpAccessControlListMappingDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic IpAccessControlListMappingDeleter(String pathDomainSid, String pathSid)
pathDomainSid - The domain_sidpathSid - The sidpublic boolean delete(TwilioRestClient client)
delete in class Deleter<IpAccessControlListMapping>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.