Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -X DELETE https://api.aiql.io/connections/{id} \ -H "Authorization: Bearer $AIQL_API_KEY"
{ "detail": "<string>" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
API key passed as a Bearer token in the Authorization header.
ID of the workspace the request operates on.
Successful Response