SmartMemory
DELETE
/memory/pipeline/{pipeline_id}

Reset a pipeline, clearing its state.

Requires authentication and operates on user-scoped data.

Path Parameters

pipeline_id*Pipeline Id

Response Body

application/json

application/json

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