---
title: "Delete a guest note"
method: DELETE
path: "/v1/guests/{guest_id}/notes/{note_id}"
---

# Delete a guest note

`DELETE /v1/guests/{guest_id}/notes/{note_id}`

This API helps you to delete the specified guest note.

You must specify the unique identifier of the guest as `guest_id` and the note as `note_id` in the API request.

## Path parameters

- `guest_id` string, required
- `note_id` string, required

## Response `200`

200

- string

## 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/versions/e628f892391a/schema)
