public class ApplicationDeleter extends Deleter<Application>
Constructor and Description |
---|
ApplicationDeleter(String pathSid)
Construct a new ApplicationDeleter.
|
ApplicationDeleter(String pathAccountSid,
String pathSid)
Construct a new ApplicationDeleter.
|
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 ApplicationDeleter(String pathSid)
pathSid
- The application sid to deletepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<Application>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.