PendiumDocs

delete_analyzed_url

Permanently remove an analyzed URL (bookmark) and its deep analysis from the agent's knowledge.

Permanently remove an analyzed URL — a bookmark — and its deep analysis from the agent's knowledge. Destructive and irreversible. Anyone with access to the agent — including shared team members — can delete one. Use list_analyzed_urls to find the briefId.

Authentication: Required.

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent the analyzed URL belongs to.
briefIdstring (uuid)YesThe analyzed-URL id to delete (the briefId from list_analyzed_urls).

Response

{
  "success": true,
  "syntheticId": 1234,
  "deletedBriefId": "b3a1c2d4-0000-4444-8888-000000000000"
}

On this page