---
title: "Delete Appointment Type"
method: DELETE
path: "/appointment_type"
tags: ["Appointment Type"]
---

# Delete Appointment Type

`DELETE /appointment_type`

Delete an existing appointment type

## Query parameters

- `select` string
- `id` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `name` string
- `key` string
- `emoji` string
- `description` string
- `external_id` string

## Response `200`

The updated Appointment Type object

- AppointmentType
  - `id` string, uuid — Appointment type ID
  - `created_at` string, timestamp with time zone — Creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `name` string, text — Name of the appointment type
  - `key` string, text — Key of the appointment type
  - `emoji` string, text, nullable — Emoji of the appointment type
  - `description` string, text, nullable — Description of the appointment type
  - `external_id` string, text, nullable — External ID

## Other responses

- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
