Kick a participant from a given conference
Conference participants
Kick a participant from a given conference
Path parameters
-
The SID of the Account that created the Participant resources to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The SID of the conference with the participants to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^CF[0-9a-fA-F]{32}$
. -
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 \
--request DELETE 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json' \
--user "username:password"