# Kick a participant from a given conference **DELETE /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json** Kick a participant from a given conference Conference participants ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete. - **ConferenceSid** (string) The SID of the conference with the participants to delete. - **CallSid** (string) 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. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)