SmartMemory
DELETE
/memory/ontology/patterns/{pattern_name}

Delete an entity pattern by name. Optionally specify entity_type for disambiguation.

Path Parameters

pattern_name*Pattern Name

Query Parameters

entity_type?Entity Type

Response Body

application/json

application/json

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