DELETE
/
v3
/
workflows
/
{flow_id}
curl --request DELETE \
  --url https://agent-prod.studio.lyzr.ai/v3/workflows/{flow_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Workflow deleted"
}

Authorizations

x-api-key
string
header
required

Path Parameters

flow_id
string
required

ID of the workflow to delete.

Example:

"e0ab5411-8620-41c0-acdd-bac4c35fc7c0"

Response

200
application/json

Workflow deleted successfully

The response is of type object.