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 service_sidpathListSid
- Sync List SID or unique name.pathIdentity
- Identity of the user to whom the Sync List Permission
applies.public boolean delete(TwilioRestClient client)
delete
in class Deleter<SyncListPermission>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.