---
title: "Delete a participant"
method: DELETE
path: "/meetings/{meeting_id}/participants/{participant_id}"
tags: ["Meetings"]
---

# Delete a participant

`DELETE /meetings/{meeting_id}/participants/{participant_id}`

Deletes a participant for the given meeting and participant ID.

## Path parameters

- `meeting_id` string, uuid, required
- `participant_id` string, required

## Response `200`

Success response

- object
  - `success` boolean, required — Success status of the operation
  - `data` object — Data returned by the operation
    - `custom_participant_id` string, required — A unique participant ID generated by the client.
    - `preset_id` string, uuid, required — ID of the preset applied to this participant.
    - `created_at` string, date-time, required — Timestamp this object was created at. The time is returned in ISO format.
    - `updated_at` string, date-time, required — Timestamp this object was updated at. The time is returned in ISO format.

## Other responses

- `500` — Failure response

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
