---
title: "Decline a pending booking request"
method: POST
path: "/reservations/{id}/decline"
tags: ["Reservations"]
---

# Decline a pending booking request

`POST /reservations/{id}/decline`

Use this call to deny a pending reservation request. Only reservation with status 'reserved' can be declined

## Path parameters

- `id` string, required

## Response `200`

Reservation object - _id and status fields

## Other responses

- `400` — Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unhandled exception. Something went wrong on server.

---

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