Delete automation
curl --request DELETE \
--url https://api.docsautomator.co/deleteAutomation \
--header 'Authorization: Bearer <token>'{
"message": "Success"
}Automations
Delete automation
Permanently deletes an automation and all its settings. This action cannot be undone.
DELETE
/
deleteAutomation
Delete automation
curl --request DELETE \
--url https://api.docsautomator.co/deleteAutomation \
--header 'Authorization: Bearer <token>'{
"message": "Success"
}Authorizations
API key from your workspace settings. Pass as Authorization: Bearer <key> or X-API-Key: <key>. Find it at app.docsautomator.co/settings/workspace/api.
Query Parameters
The automation ID to delete.
Response
Automation deleted
Example:
"Success"
Last modified on May 26, 2026
⌘I