Skip to main content

Request

curl -X DELETE "https://api.socialsyncs.co/public/v1/automations/{id}" \
  -H "Authorization: your-api-key"

Path Parameters

ParameterTypeDescription
idstringThe automation ID to delete

Response

Returns 200 on success. The automation is soft-deleted and will no longer fire on incoming events. Returns 404 if the automation does not belong to your organization.
Deletion is soft — the automation is marked as deleted but its execution logs are preserved for historical reporting.