Attribute Macro delete

Source
#[delete]
Expand description

Turns a function into a documented api handler

Unlike #[handler] it uses the http method DELETE, for everything else please refer to #[handler]