delete method

Implementation

WebRtcHttpMessageBuilder delete() {
  _method = WebRtcHttpMessage.httpMethodDelete;
  return this;
}