Skip to main content

Delete a Participant

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.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier for the account that created this conference.

ConferenceSid uuid REQUIRED

The unique identifier for the conference this participant is in.

CallSid uuid REQUIRED

The unique identifier for the Participant call connected to this conference.

Responses
204

No Content