> 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-resource.md).

# Remove Booking Session Resource

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

Remove a booking session resource from the booking session

#### Request Body

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

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

```javascript
{
  "success": true,
  "errorType": null
}
```

{% endtab %}
{% endtabs %}
