For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove Blockout Space

POST [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

{
  "success": true,
  "errorType": null
}
Code
Description

1

Unknown error

Specific Code: 24274

The blockout space could not be found

Last updated