Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.tryreplicas.com/v1/automations/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes an automation by its ID. This also deletes all associated execution history.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
The unique identifier of the automation
Automation deleted successfully