curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/development-boards/{developmentBoardId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
White label admin only API to remove a development board.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/development-boards/{developmentBoardId} \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>"
}
Organization ID
Development board ID.
OK
The response is of type object
.