Last updated 4 months ago
Was this helpful?
Deletes an AI Actions.
/api/{projectId}/ai-actions/{actionId}
Project ID
AI Action ID
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" }