Kick a participant from a given conference
DELETE
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json https://api.twilio.com
Kick a participant from a given conference
Parameters
path Path Parameters
| Name | Type |
|---|---|
AccountSid
required
The SID of the Account that created the Participant resources to delete. | `AC${string}` |
ConferenceSid
required
The SID of the conference with the participants to delete. | `CF${string}` |
CallSid
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. | string |
Responses
204
The resource was deleted successfully.
unknown