Constructor and Description |
---|
WebhookDeleter(String pathServiceSid,
String pathChannelSid,
String pathSid)
Construct a new WebhookDeleter.
|
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 WebhookDeleter(String pathServiceSid, String pathChannelSid, String pathSid)
pathServiceSid
- The SID of the Service with the Channel to delete the
Webhook resource frompathChannelSid
- The SID of the channel the resource to delete belongs
topathSid
- The SID of the Channel Webhook resource to deletepublic boolean delete(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.