public class ParticipantDeleter extends Deleter<Participant>
Constructor and Description |
---|
ParticipantDeleter(String pathServiceSid,
String pathSessionSid,
String pathSid)
Construct a new ParticipantDeleter.
|
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 ParticipantDeleter(String pathServiceSid, String pathSessionSid, String pathSid)
pathServiceSid
- The SID of the parent Service of the resource to deletepathSessionSid
- The SID of the parent Session of the resource to deletepathSid
- The unique string that identifies the resourcepublic boolean delete(TwilioRestClient client)
delete
in class Deleter<Participant>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.