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

# Remove Blockout Space

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

Remove a blockout space from a function diary

#### Request Body

| Name    | Type    | Description                                                    |
| ------- | ------- | -------------------------------------------------------------- |
| venueId | integer | The unique id of the venue to which the blockout space belongs |
| id      | integer | The unique id of the blockout space to remove                  |

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

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

{% endtab %}
{% endtabs %}

| Code                 | Description                           |
| -------------------- | ------------------------------------- |
| 1                    | Unknown error                         |
| Specific Code: 24274 | The blockout space could not be found |
