---
title: "Cancel a booking registration"
method: DELETE
path: "/v1/Appointments/Sessions/{session_id}"
---

# Cancel a booking registration

`DELETE /v1/Appointments/Sessions/{session_id}`

This API helps you to cancel the registration of a class session booking.

You must provide a unique identifier of the registration as `session_id` in the API request. The API then cancels the booking of the specified class session registration and returns the appropriate cancellation status.

## Path parameters

- `session_id` integer, required

## Response `200`

200

## Other responses

- `400` — 400

---

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