curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/automation/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete an automation rule by ID. This will also delete all associated executions.
curl --request DELETE \
--url https://app.msportal.ai/api/public/v1/automation/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}