Remove Blockout Space

Remove Blockout Space

POST [PlatformAddress]/api/1.0/venue?action=removeSpaceBlockout

Remove a blockout space from a function diary

Request Body

NameTypeDescription

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
}
CodeDescription

1

Unknown error

Specific Code: 24274

The blockout space could not be found

Last updated