Authorizations
Response
DeleteBoardResponse is returned after deleting an board.
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.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/boards/{boardId} \
--header 'Authorization: <api-key>'
{
"id": "<string>"
}
DeleteBoardResponse is returned after deleting an board.