---
title: "Delete a meeting type (v2)"
method: DELETE
path: "/v2/meeting-types/{meetingTypeId}"
tags: ["meeting-types"]
---

# Delete a meeting type (v2)

`DELETE /v2/meeting-types/{meetingTypeId}`

Permanently delete a meeting type. Pass `?reassign_to=<meetingTypeId>` to move the type's existing notes onto another type; omit it and they fall back to the plain 'note' type. Both happen in one transaction. Returns `{ data: { affected: 1, ids: [meetingTypeId] } }`. `Idempotency-Key` is optional.

## Path parameters

- `meetingTypeId` string, uuid, required

## Query parameters

- `reassign_to` string, uuid

## Headers

- `Idempotency-Key` string

## Response `200`

Successful response

- object
  - `data` object, required
    - `affected` integer, required
    - `ids` string[]
    - `failed` object[]
      - `id` string, required
      - `error` object, required
        - `code` string, required
        - `message` string, required

## Other responses

- `400` — Request body failed validation.
- `401` — Missing or invalid API key.
- `403` — Valid key, insufficient permission.
- `404` — Resource does not exist.
- `409` — Request conflicts with the current state of the resource.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

## Changes

- **2026-08-27** `a2f71a243839` — 1 info
  - api operation id `deleteMeetingTypeV2` was added

[Change history](https://skmtc.dev/getdex/apis/dex-public-api/changes/v2/meeting-types/:meetingTypeId/delete.md)

---

[API](https://skmtc.dev/getdex/apis/dex-public-api.md) · [All operations](https://skmtc.dev/getdex/apis/dex-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getdex/dex-public-api/revisions/aac20b882b49/schema)
