Skip to main content

Remove Failed Events

DELETE 

/failedevents/:database/:viewName/:failedSequence

Removes the event from the failed evens view, but not from the change stream. This call is useful if the system was able to process the event after some retries. 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​

Path Parameters

    database stringrequired
    viewName stringrequired
    failedSequence uint64required

Responses​

Events removed from the list

Schema

    object

Loading...