---
title: "Cancel a Session"
method: DELETE
path: "/shop/sessions/{sessionId}"
tags: ["Sessions"]
---

# Cancel a Session

`DELETE /shop/sessions/{sessionId}`

Cancels a single `Session` occurrence. Any existing bookings on
the session are notified per the site's session-cancellation
settings; the session itself is soft-deleted so it can be
restored (see `POST /shop/sessions/{sessionId}/restore`).

## Response `204`

The session was successfully cancelled.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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