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