DELETE
/
api
/
organizations
/
{organizationId}
/
whitelabel
/
development-boards
/
{developmentBoardId}
White Label Admin - Remove a development board from a whitelabel
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

developmentBoardId
integer
required

Development board ID.

Response

200 - application/json

OK

The response is of type object.