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