Class MemberDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Member>
-
- com.twilio.rest.ipmessaging.v1.service.channel.MemberDeleter
-
-
Constructor Summary
Constructors Constructor Description MemberDeleter(String pathServiceSid, String pathChannelSid, String pathSid)
Construct a new MemberDeleter.
-
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
-
-
-
-
Constructor Detail
-
MemberDeleter
public MemberDeleter(String pathServiceSid, String pathChannelSid, String pathSid)
Construct a new MemberDeleter.- Parameters:
pathServiceSid
- The SID of the Service to delete the resource frompathChannelSid
- The unique ID of the channel the message to delete belongs topathSid
- The unique string that identifies the resource
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.
-
-