---
title: "Delete a reservation comment"
method: DELETE
path: "/reservations-v3/{reservationId}/comments/{commentId}"
tags: ["Reservations Open Api [Beta]"]
---

# Delete a reservation comment

`DELETE /reservations-v3/{reservationId}/comments/{commentId}`

Soft-delete an internal reservation comment. Only the comment author (from the OAuth token) may delete.

## Path parameters

- `reservationId` string, required
- `commentId` string, required

## Response `204`

Success

## Other responses

- `403` — Returned if the caller is not the comment author
- `404` — Returned if the comment was not found
- `500` — Indicates server-side error while processing the request

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
