delete method

RequestX delete()

Implementation

RequestX delete () {
  _method = RequestMethod.delete;
  return this;
}