Skip to main content
DELETE
/
v3
/
automations
/
{automation}
/
actions
/
{action}
Delete the automation action
curl --request DELETE \
  --url https://api.{tenant}.getomneo.com/api/v3/automations/{automation}/actions/{action}
{
  "message": "<string>"
}

Path Parameters

automation
integer
required

The automation ID

action
integer
required

The action ID

Response

No content