Soft-delete (retract) a pattern. Status becomes 'retracted'.
Path Parameters
pattern_id*Pattern Id
Query Parameters
reason?Reason
Response Body
application/json
application/json
curl -X DELETE "https://example.com/memory/patterns/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}