curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/connections/{connectionId} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}Deletes a connection, and unpublishes all boards referencing it.
curl --request DELETE \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/connections/{connectionId} \
--header 'Authorization: <api-key>'{
"id": "<string>"
}