Constructor and Description |
---|
VariableDeleter(String pathServiceSid,
String pathEnvironmentSid,
String pathSid)
Construct a new VariableDeleter.
|
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 VariableDeleter(String pathServiceSid, String pathEnvironmentSid, String pathSid)
pathServiceSid
- The SID of the Service to delete the Variable resource
frompathEnvironmentSid
- The SID of the Environment with the Variables to
deletepathSid
- The SID of the Variable resource to deletepublic boolean delete(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.