---
title: "Cancel a service booking"
method: PUT
path: "/v1/invoices/{invoice_id}/cancel"
---

# Cancel a service booking

`PUT /v1/invoices/{invoice_id}/cancel`

Use this API to cancel a service booking.

You must specify the `invoice_id` parameter, and this API will cancel all the appointments and purchases associated with the invoice.

This API also allows guests to cancel service bookings of family members. Provided, there is a relationship defined in Zenoti and only the host can cancel the service booking of family members.

## Path parameters

- `invoice_id` string, required

## Query parameters

- `comments` string

## Response `200`

200

- object
  - `success` boolean
  - `is_charge_applied` boolean

## 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)
