It could be useful to assert request's method to ensure that what we expect to be `DELETE` is actually that, etc. For Hydra that would be ``` With Operation api:DeletePerson { Expect Method "DELETE" } ```