async delete(uri: string, opts?: RequestOptions): Promise<Response> {
    return this.executor('delete', ...arguments);
  }