Skip to main content
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

recipe_id
string
required

The recipe identifier.

Example:

"rcp_01jc0t6fwwfgfsq1md24mhyztj"

Response

No Content