public class SyncMapPermissionDeleter extends Deleter<SyncMapPermission>
| Constructor and Description |
|---|
SyncMapPermissionDeleter(String pathServiceSid,
String pathMapSid,
String pathIdentity)
Construct a new SyncMapPermissionDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic SyncMapPermissionDeleter(String pathServiceSid, String pathMapSid, String pathIdentity)
pathServiceSid - The service_sidpathMapSid - Sync Map SID or unique name.pathIdentity - Identity of the user to whom the Sync Map Permission
applies.public boolean delete(TwilioRestClient client)
delete in class Deleter<SyncMapPermission>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.