streamDelete() public static method

public static streamDelete ( $transport, $streamId )
Example #1
0
 public function delete()
 {
     return Api::streamDelete($this->_transport, $this->id);
 }