public class CredentialListMappingDeleter extends Deleter<CredentialListMapping>
| Constructor and Description |
|---|
CredentialListMappingDeleter(String pathDomainSid,
String pathSid)
Construct a new CredentialListMappingDeleter.
|
CredentialListMappingDeleter(String pathAccountSid,
String pathDomainSid,
String pathSid)
Construct a new CredentialListMappingDeleter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
delete, deleteAsync, deleteAsyncpublic CredentialListMappingDeleter(String pathDomainSid, String pathSid)
pathDomainSid - The domain_sidpathSid - The sidpublic boolean delete(TwilioRestClient client)
delete in class Deleter<CredentialListMapping>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.