Agent

Remove Llm

DEL
Remove LLM from agent

Path parameters

agent_idstringRequired
llm_idstringRequired

Response

This endpoint returns any
DEL
1curl -X DELETE https://api.beta.superagent.sh/api/v1/agents/agent_id/llms/llm_id \
2 -H "Authorization: Bearer <token>"
200
Deleted
1{
2 "key": "value"
3}