Luxor Documentation Hub Logo
Luxor Platform/API Documentation/Commander

Delete automation rule

Deletes an automation rule. Returns 204 No Content on success.

DELETE
/v2/commander/automation/rules/{rule_id}

Authorization

authorization<token>

Use your API key here.

In: header

Path Parameters

rule_idRequiredstring

Rule ID

curl -X DELETE "https://app.luxor.tech/api/v2/commander/automation/rules/r-a1b2c3d4-e5f6-7890-abcd-ef1234567890" \
  -H "authorization: <token>"

Default Response