diff --git a/404.html b/404.html index dc2da7f08b..3e99da546a 100644 --- a/404.html +++ b/404.html @@ -23,7 +23,7 @@ - + diff --git a/about-langflow.html b/about-langflow.html index 6a9b00c243..5a316a2c78 100644 --- a/about-langflow.html +++ b/about-langflow.html @@ -23,7 +23,7 @@ - + diff --git a/agent-tutorial.html b/agent-tutorial.html index d6f0bd8abf..8b584af637 100644 --- a/agent-tutorial.html +++ b/agent-tutorial.html @@ -23,7 +23,7 @@ - + diff --git a/agents-tools.html b/agents-tools.html index 1898669a77..6611b46dc5 100644 --- a/agents-tools.html +++ b/agents-tools.html @@ -23,7 +23,7 @@ - + diff --git a/agents.html b/agents.html index 2144063f28..58bf8e1331 100644 --- a/agents.html +++ b/agents.html @@ -23,7 +23,7 @@ - + diff --git a/api-build.html b/api-build.html index b182fa1b42..3a557d02f7 100644 --- a/api-build.html +++ b/api-build.html @@ -23,7 +23,7 @@ - + diff --git a/api-files.html b/api-files.html index aec1d42587..d4600a4223 100644 --- a/api-files.html +++ b/api-files.html @@ -23,7 +23,7 @@ - + @@ -174,7 +174,11 @@ This component loads files into flows from your local machine or Langflow file m

_10
curl -X DELETE \
_10
"$LANGFLOW_URL/api/v2/files" \
_10
-H "accept: application/json" \
_10
-H "x-api-key: $LANGFLOW_API_KEY"

Result

_10
{
_10
"message": "All files deleted successfully"
_10
}

Create upload file (Deprecated)

-

This endpoint is deprecated. Use the /files endpoints instead.