Delete a Participant
DELETE/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/:CallSid
Deleting a participant will take them out of a conference call. If the delete is successful, a 204 response, with no body, will be returned.
Permissions
The API token must include the following scopes: Voice.
Request
Path Parameters
AccountSid uuidrequired
The unique identifier for the account that created this conference.
ConferenceSid uuidrequired
The unique identifier for the conference this participant is in.
CallSid uuidrequired
The unique identifier for the Participant call connected to this conference.
Responses
- 204
No Content
Loading...