Beispiel #1
0
 public static function delete($url, $attributes = array())
 {
     return Podio::request(self::DELETE, $url, $attributes);
 }