---
title: "Delete Appointment"
method: DELETE
path: "/locations/{location_id}/appointments/{appointment_id}"
tags: ["Appointments"]
---

# Delete Appointment

`DELETE /locations/{location_id}/appointments/{appointment_id}`

Delete an Appointment. The Business User must have permission to delete
Appointments for the Location and permission to delete this Appointment.

## Path parameters

- `location_id` integer, required
- `appointment_id` integer, required

## Headers

- `Accept` string, required
- `Authorization` string, required

## Response `204`

Appointment deleted successfully; no response body

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - No permission to delete the Appointment
- `404` — Location or Appointment not found

---

[API](https://skmtc.net/alteg/apis/business-management.md) · [All operations](https://skmtc.net/alteg/apis/business-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alteg/business-management/revisions/bc9cbcc9c5f1/schema)
