Future<bool> delete(String instrumentKey) => promiseToFuture<bool>(JS("", "#.delete(#)", this, instrumentKey));