POST
/
organisations
/
{organisationId}
/
boards
/
{boardId}
/
unpublish

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
boardId
string
required

Body

application/json
UnpublishBoardRequest is the payload to schedule an executing Board to be terminated
taskId
string
required

Response

202
application/json
The response after a board has been scheduled to be terminated.

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