# Kick Conference Participant

Remove a specified conference participant from a specified conference.

Endpoint: DELETE /calling/v1/conferences/id/{conferenceId}/{callId}
Version: 1.0.1
Security: Basic, Signed

## Path parameters:

  - `callId` (string, required)
    The unique identifier of the call. This value is generated by the system.
    Example: "4398599d1ba84ef3bde0a82dfb61abed"

  - `conferenceId` (string, required)
    The unique identifier of the conference. The user sets this value.
    Example: "MyConfId"


## Response 200 fields
