Skip to main content
DELETE
/
v3
/
automations
/
{automation}
/
actions
/
{action}
Delete the automation action
curl --request DELETE \
  --url http://localhost/api/v3/automations/{automation}/actions/{action}
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

automation
integer
required

The automation ID

action
integer
required

The action ID

Response

No content