# 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 |
