public class ParticipantDeleter extends Deleter<Participant>
Constructor and Description |
---|
ParticipantDeleter(String pathConferenceSid,
String pathCallSid)
Construct a new ParticipantDeleter.
|
ParticipantDeleter(String pathAccountSid,
String pathConferenceSid,
String pathCallSid)
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 pathConferenceSid, String pathCallSid)
pathConferenceSid
- The string that uniquely identifies this conferencepathCallSid
- The call_sidpublic boolean delete(TwilioRestClient client)
delete
in class Deleter<Participant>
client
- TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.