Package com.twilio.rest.chat.v2.service
Class UserDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<User>
-
- com.twilio.rest.chat.v2.service.UserDeleter
-
-
Constructor Summary
Constructors Constructor Description UserDeleter(String pathServiceSid, String pathSid)
Construct a new UserDeleter.
-
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.
-
-