예제 #1
0
 /**
  * Deletes a tournament along with all its associated records.
  *
  * @return boolean
  */
 public function delete()
 {
     $response = Guzzle::delete("tournaments/{$this->id}");
     return true;
 }