cURL
curl --request POST \ --url https://api.example.com/api/knowledge-base/detach \ --header 'Content-Type: application/json' \ --data ' { "agent_id": "<string>", "documentation_id": "<string>" } '
{ "success": true, "message": "Document detached from agent successfully" }