#[delete]
Attribute macro to define a DELETE route.
path
auth
#[delete("/path")] fn my_delete_route() { // implementation }