SmartMemory
DELETE
/memory/adapters/{adapter_id}

Disconnect/uninstall an adapter.

Path Parameters

adapter_id*Adapter Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/memory/adapters/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}