Luxor PlatformAPI DocumentationCommanderAutomation Rules

Delete automation rule

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

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

Authorization

LuxorAPIKey
authorization<token>

Use your API key here.

In: header

Path Parameters

rule_id*string

Rule ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v2/commander/automation/rules/r-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Empty
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}
{  "statusCode": 400,  "code": "FST_ERR_VALIDATION",  "error": "Bad Request",  "message": "body/end_date Required"}