Soft-delete an automation so it no longer appears by default but remains recoverable through support.
DELETEhttps://api.aitronos.com/v1/streamline/automations/{automation_id}
Authorization string required
automation_id string required
Automation identifier (sauto_...).
Returns 204 No Content on successful deletion. No response body is returned.
Bash
- Bash
- Python
- JavaScript
curl -X DELETE "https://api.aitronos.com/v1/streamline/automations/sauto_daily_report" \
-H "Authorization: Bearer $FREDDY_SESSION_TOKEN"Response:
Empty response body. The automation has been successfully deleted.