Skip to main content

Delete a Participant

Use this endpoint for the Conference Participants method to delete a participant, removing them from the conference call. If the delete is successful, a 204 response, with no body, will be returned.

Parameters

ParameterDescription
AccountSid RequiredThe unique identifier for the account that created this conference.
CallSid RequiredThe unique identifier for the Participant call connected to this conference.
ConferenceSid RequiredThe unique identifier for the conference this participant is in.

Request

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants/{CallSid}.json \
-X DELETE \
-u "YourProjectID:YourAuthToken"

Responses

204 No Content

If the delete is successful, a 204 response, with no body, will be returned.