> For the complete documentation index, see [llms.txt](https://developer.ivvy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ivvy.com/venues/getoraddbookingdata/remove-booking-session-beverage.md).

# Remove Booking Session Beverage

<mark style="color:green;">`POST`</mark> `[PlatformAddress]venue?action=removeBookingSessionBeverage`

Remove booking session beverage package from booking session

#### Request Body

| Name      | Type    | Description                                                                                        |
| --------- | ------- | -------------------------------------------------------------------------------------------------- |
| id        | integer | The unique id of the booking session beverage package                                              |
| venueId   | integer | The unique id of the venue to which the booking session beverage package belongs belongs           |
| bookingId | integer | The unique id of the booking to which the booking session beverage package belongs belongs         |
| sessionId | integer | The unique id of the booking session to which the booking session beverage package belongs belongs |

{% tabs %}
{% tab title="200 " %}

```javascript
{
  "success": true,
  "id": 1234
}
```

{% endtab %}
{% endtabs %}
