SmartMemory
DELETE
/memory/pipeline/profiles/{name}

Delete a custom pipeline profile by name.

Only custom profiles can be deleted. Built-in profiles are read-only.

Path Parameters

name*Name

Response Body

application/json

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