Recipes
Delete a recipe
Beta. The request and response shapes may still change.
Delete a recipe no flow still references. A recipe referenced by a flow answers 409, with the flows holding it listed in details: detach it there first.
Deleting a recipe that is already gone succeeds.
DELETE
Delete a recipe
A recipe still referenced by a flow cannot be deleted. The refusal lists the flows holding it:
Remove it from those flows first. If you only want it to stop deciding, replace it with
status: "INACTIVE" instead - the flow keeps working and the recipe stops evaluating.
Deleting a recipe leaves the rules it scored over in place; they become deletable once nothing else references them.
Deleting a recipe that is already gone returns 204. A 404 here means the identifier is malformed, not that the recipe was missing.