以下のlink_toのコードで、DELETEメソッドを指定するために必要なオプションは何ですか? ```erb <%= link_to "Delete", post_path(@post), ______ %> ```