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 --request DELETE \ --url https://api.staging.kathan.tech/assistants/{assistant_id} \ --header 'Authorization: Bearer <token>' \ --header 'X-User-ID: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
API key authentication.
Required user id for API key requests.
Successful Response
Was this page helpful?