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, deleteAsync
public SyncListItemDeleter(String pathServiceSid, String pathListSid, Integer pathIndex)
pathServiceSid
- The SID of the Sync Service with the Sync List Item
resource to deletepathListSid
- The SID of the Sync List with the Sync List Item resource
to deletepathIndex
- The index of the Sync List Item resource to deletepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<SyncListItem>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.