Automations
Delete Automation
Soft-delete an automation and remove it from the cron scheduler
DELETE
Delete Automation
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-delete an automation and remove it from the cron scheduler
curl --request DELETE \
--url https://api.oviond.com/v1/automations/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/automations/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}