---
title: "Dismiss Booking Review"
method: POST
path: "/bookings/{booking_id}/review/dismiss"
tags: ["bookings"]
---

# Dismiss Booking Review

`POST /bookings/{booking_id}/review/dismiss`

The user's "not mine" / "not part of a trip" answer to the review question.

## Path parameters

- `booking_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/f6559d3df7e9?raw)
