boards
Post organisations boards unpublish
UnpublishBoard stops the board execution. This is an asynchronous request and will respond with a “202 Accepted”
to acknowledge that the board has been scheduled for termination. A BoardUnpublishedEvent
will be emitted once
the board has actually been terminated which can be listened for over the websocket API.
POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
unpublish
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredboardId
string
requiredBody
application/json
taskId
string
requiredResponse
202 - application/json
BoardUnpublishResult is used to indicate if the unpublish request has been accepted. The actual scheduling is done in the background and does not indicate the board has terminated.
ok
boolean
required