Class ChannelDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Channel>
-
- com.twilio.rest.ipmessaging.v2.service.ChannelDeleter
-
-
Constructor Summary
Constructors Constructor Description ChannelDeleter(String pathServiceSid, String pathSid)
Construct a new ChannelDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
-
-