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