DELETE
/
api
/
{projectId}
/
ai-actions
/
{actionId}
Delete AI Actions config
curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/{actionId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

actionId
integer
required

AI Action ID

Response

200 - application/json

OK

The response is of type object.