cURL
curl --request DELETE \ --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId} \ --header 'Authorization: <api-key>'
{ "id": "<string>" }
Delete an Board by ID in the current organisation.
DeleteBoardResponse is returned after deleting an board.
The response is of type object.
object