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