ZITADEL Docs
APIsCore ResourcesV1Instance Lifecycle

ClearView

Truncates the delta of the change stream be carefull with this function because Zitadel has to recompute the deltas after they got cleared. Search requests will return wrong results until all deltas are recomputed

POST
/views/{database}/{view_name}

Path Parameters

database*string
view_name*string

Response Body

application/json

application/json

curl -X POST "https://loading/views/string/string"
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?