SmartMemory
DELETE
/memory/ontology/registry/{registry_id}/subscribe

Detach from base — flatten visible base types into overlay.

Path Parameters

registry_id*Registry Id

Response Body

application/json

application/json

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