# Delete a review **DELETE /api/hotels/{hotelId}/reviews/{reviewId}** ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Path parameters - **hotelId** (string(uuid)) The id of the hotel having the review to delete - **reviewId** (string(uuid)) The id of the review to delete ## Responses ### 200 Success ### 204 If the operation is successfully done ### 401 User is not authenticated. ### 403 User is not authorized (not a guest, or didn't visit the hotel). [Powered by Bump.sh](https://bump.sh)