Skip to main content
DELETE
/
api
/
automations
/
{id}
Delete an automation
curl --request DELETE \
  --url https://app.proliferate.com/api/automations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Proliferate dashboard.

Path Parameters

id
string<uuid>
required

Response

200

success
boolean
required