public class NetworkAccessProfileNetworkDeleter extends Deleter<NetworkAccessProfileNetwork>
Constructor and Description |
---|
NetworkAccessProfileNetworkDeleter(String pathNetworkAccessProfileSid,
String pathSid)
Construct a new NetworkAccessProfileNetworkDeleter.
|
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 NetworkAccessProfileNetworkDeleter(String pathNetworkAccessProfileSid, String pathSid)
pathNetworkAccessProfileSid
- The unique string that identifies the
Network Access Profile resourcepathSid
- The SID that identifies the Network resourcepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<NetworkAccessProfileNetwork>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.