---
title: "Cancel a booking (via token)"
method: POST
path: "/v1/cancel/{token}"
tags: ["Public"]
---

# Cancel a booking (via token)

`POST /v1/cancel/{token}`

Cancel a booking using the `cancel_token` from the booking confirmation. Sends cancellation emails to both attendee and host.

## Path parameters

- `token` string, required

## Response `200`

Default Response

- object
  - `status` string
  - `uid` string

---

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