delete()

in lib/roa.js [295:297]


  delete(path, query, headers, options) {
    return this.request('DELETE', path, query, '', headers, options);
  }