public class SyncListPermissionDeleter extends Deleter<SyncListPermission>
Constructor and Description |
---|
SyncListPermissionDeleter(String pathServiceSid,
String pathListSid,
String pathIdentity)
Construct a new SyncListPermissionDeleter.
|
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 SyncListPermissionDeleter(String pathServiceSid, String pathListSid, String pathIdentity)
pathServiceSid
- The SID of the Sync Service with the Sync List
Permission resource to deletepathListSid
- The SID of the Sync List with the Sync List Permission
resource to deletepathIdentity
- The application-defined string that uniquely identifies
the User's Sync List Permission resource to deletepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<SyncListPermission>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.