DELETE
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.jsonRemove a conference participant
Deletes a participant from a conference, removing the participant from the active conference session. Use AccountSid, ConferenceSid, and CallSid to identify the participant to remove.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the participant resource. Must be a 34-character SID matching the `AC` prefix format.
ConferenceSidstringrequired
The conference SID containing the participant. Must be a 34-character SID matching the `CF` prefix format.
CallSidstringrequired
The participant's call SID or label; percent-encode non-URL-safe label characters.
204Confirms that the participant was deleted from the conference successfully.
Error handling
AccountSid must be a 34-character account SID beginning with AC, and ConferenceSid must be a 34-character conference SID beginning with CF. CallSid must identify the participant by call SID or URL-encoded label.