v3

OpenAPI 3.0.0Dex Terms of Service2026-07-311481984.7 KB
meeting-types

Delete a meeting type (v2)

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.

delete/v2/meeting-types/{meetingTypeId}

Path parameters

meetingTypeIdstring uuid required

Query parameters

reassign_tostring uuid

Headers

Idempotency-Keystring
Example:01HV8N6X7K3P9Q5R2T4Y6W8Z0A

Optional. Accepted to dedupe retries on this endpoint. See apps/rest-api/src/shared/idempotency.ts.

Response

Successful response