/** * Perform the client delete() method. * * @param string $path * * @return array */ protected function delete($path) { return $this->client->delete($path); }