SmartMemory
DELETE
/memory/teams/{team_id}

Delete a team. Requires tenant admin.

Path Parameters

team_id*Team Id

Response Body

application/json

application/json

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