Skip to main content
DELETE
/
rag
/
{rag_id}
/
reset
/
Reset Rag
curl --request DELETE \
  --url https://rag-prod.studio.lyzr.ai/v3/rag/{rag_id}/reset/ \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

Path Parameters

rag_id
string
required

The unique identifier (ID) of the RAG system to reset (must be a 24-character hex string).

Example:

"654c602a46c3b6d4e28741b0"

Response

RAG system successfully reset.

Placeholder for a success status or message.