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