Skip to main content
POST
Detach a knowledge base document from an agent.

Headers

string
required
Your API key for authentication.
string
required
The organization ID.
string
required
Must be application/json.

Request Body

string
required
The ID of the document to detach.
string
required
The ID of the agent to detach from.

Permissions

  • kb:update (admin, agent_manager)

Response

boolean
Indicates if the detachment was successful.
string
Human-readable success message.

Errors

object
Document or agent belongs to different organization.