RemoveFailedEvent
Deletes the event from failed events view.
the event is not removed from the change stream
This call is usefull if the system was able to process the event later.
e.g. if the second try of sending an email was successful. the first try produced a
failed event. You can find out if it worked on the failure_count
Path Parameters
database*string
view_name*string
failed_sequence*integer|string
Format
int64Query Parameters
instanceId?string
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?