public class UserConversationDeleter extends Deleter<UserConversation>
Constructor and Description |
---|
UserConversationDeleter(String pathUserSid,
String pathConversationSid)
Construct a new UserConversationDeleter.
|
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 boolean delete(TwilioRestClient client)
delete
in class Deleter<UserConversation>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.