public class ConversationDeleter extends Deleter<Conversation>
Constructor and Description |
---|
ConversationDeleter(String pathSid)
Construct a new ConversationDeleter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
|
ConversationDeleter |
setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)
The X-Twilio-Webhook-Enabled HTTP request header.
|
delete, deleteAsync, deleteAsync
public ConversationDeleter(String pathSid)
pathSid
- A 34 character string that uniquely identifies this resource.public ConversationDeleter setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)
xTwilioWebhookEnabled
- The X-Twilio-Webhook-Enabled HTTP request headerpublic boolean delete(TwilioRestClient client)
delete
in class Deleter<Conversation>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.