---
title: "Delete an event type"
method: DELETE
path: "/v2/event-types/{eventTypeId}"
tags: ["Event Types"]
---

# Delete an event type

`DELETE /v2/event-types/{eventTypeId}`

<Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>

## Path parameters

- `eventTypeId` number, required

## Headers

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

## Response `200`

- DeleteEventTypeOutput20240614
  - `status` 'success' | 'error', required
  - `data` DeleteData20240614, required
    - `id` number, required
    - `lengthInMinutes` number, required
    - `title` string, required
    - `slug` string, required

---

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