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`
DELETE/failedevents/:database/:viewName/:failedSequence
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
Request​
Responses​
- 200
- 400
- 403
- 404
- default
Events removed from the list
failed event not found
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.