provider Api20100401Participant DELETE
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json @utdk/twilio
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json Kick a participant from a given conference
Kick a participant from a given conference
- AccountSid path required
- The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete.
- string
- ConferenceSid path required
- The SID of the conference with the participants to delete.
- string
- CallSid path required
- The [Call](https://www.twilio.com/docs/voice/api/call-resource) 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
Try it
Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import twilio from '@utdk/twilio';
await twilio.deleteparticipant()