ZITADEL Docs
APIsCore ResourcesV1Instance Objects

RemoveFailedEvent

DELETE
/failedevents/{database}/{view_name}/{failed_sequence}

Path Parameters

database*string
view_name*string
failed_sequence*integer|string
Formatint64

Response Body

application/json

application/json

curl -X DELETE "https://loading/failedevents/string/string/0"
{}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?