Skip to main content
DELETE
/
v1
/
automations
/
{id}
Delete Automation
curl --request DELETE \
  --url https://api.replicas.dev/v1/automations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

The unique identifier of the automation

Response

Automation deleted successfully

success
boolean
required