---
title: "Remove an attendee from a booking"
method: DELETE
path: "/v2/bookings/{bookingUid}/attendees/{attendeeId}"
tags: ["Bookings / Attendees"]
---

# Remove an attendee from a booking

`DELETE /v2/bookings/{bookingUid}/attendees/{attendeeId}`

Remove an attendee from an existing booking by their attendee ID. The primary attendee (first attendee) cannot be removed — to remove them, cancel the booking instead. The removed attendee will receive a cancellation email notification.

    <Note>The cal-api-version header is required for this endpoint. Without it, the request will fail with a 404 error.</Note>

## Path parameters

- `bookingUid` string, required
- `attendeeId` number, required

## Headers

- `cal-api-version` string, required
- `Authorization` string, required

## Response `200`

- RemoveAttendeeOutput20240813
  - `status` 'success' | 'error', required
  - `data` RemovedAttendeeOutput20240813, required
    - `id` number, required — The ID of the attendee.
    - `bookingId` number, required — The ID of the booking.
    - `name` string, required — The name of the attendee.
    - `email` string, required — The email of the attendee.
    - `timeZone` string, required — The time zone of the attendee.

---

[API](https://skmtc.net/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.net/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/versions/16de9d3eb7b3/schema)
