My use case is that I have some fields that I want to expose, but are not writable in POST/PUT/PATCH.
Instead of raising when someone pass one of them, I'd prefer to remove it from the document.
I can do that on my side, but if there is interest I can instead provide a pull request.