DELETE
/
datasource
/
{datasource_id}
/
rag_config
Python (SDK)
from meibelai import Meibelai
import os


with Meibelai(
    api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""),
) as m_client:

    res = m_client.rag.delete_rag_config(datasource_id="<id>")

    # Handle response
    print(res)
"<string>"

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

datasource_id
string
required

Response

200
application/json

Successful Response

The response is of type string.