cURL
curl --request DELETE \ --url https://api.replicas.dev/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