DELETE
/
api
/
organizations
/
{organizationId}
/
campaigns
/
{campaignId}
Delete data campaign
curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaigns/{campaignId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

campaignId
integer
required

Response

200 - application/json

OK

The response is of type object.