Sulu\Bundle\MediaBundle\Media\Manager\MediaManagerInterface::delete PHP Method

delete() public method

Deletes a media with a given id.
public delete ( integer $id, $checkSecurity = false )
$id integer the id of the category to delete
    public function delete($id, $checkSecurity = false);