SmartMemory
DELETE
/memory/pipeline/configs/{config_name}

Delete a named pipeline config.

Path Parameters

config_name*Config Name

Response Body

application/json

application/json

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