#[delete]
#[delete("path"[, attributes])]
"path"
#[delete("/")] async fn example() -> impl IntoResponse { "hello world" }