Skip to main content
DELETE
/
deleteAutomation
Delete automation
curl --request DELETE \
  --url https://api.docsautomator.co/deleteAutomation \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

Authorizations

Authorization
string
header
required

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

docId
string
required

The automation ID to delete.

Response

Automation deleted

message
string
Example:

"Success"

Last modified on May 26, 2026