Delete AI Actions config

Delete AI Actions config

delete

Deletes an AI Actions.

Authorizations
Path parameters
projectIdintegerrequired

Project ID

actionIdintegerrequired

AI Action ID

Responses
curl -L \
  --request DELETE \
  --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/{actionId}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?