Kick a participant from a given conference
Conference participants
Kick a participant from a given conference
Path parameters
-
AccountSid
string Required The SID of the Account that created the Participant resources to delete.
-
ConferenceSid
string Required The SID of the conference with the participants to delete.
-
CallSid
string Required The Call SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20.
DELETE
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json \
--user "username:password"