mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 03:21:47 +08:00
5 lines
122 B
Bash
5 lines
122 B
Bash
curl -X DELETE \
|
|
"$LANGFLOW_URL/api/v1/projects/$PROJECT_ID" \
|
|
-H "accept: */*" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY"
|