Deny access for URI

I want to deny access for few URI for eg:- /info/some. below is the config i am using but still getting 200 when doing curl.

acl bl_info path,url_dec -m beg -i /info/some
acl bl_para path,url_dec -m beg -i /param/some

http-request deny if bl_para
http-request deny if bl_info

Please suggest what is wrong here and what i should do ? Thanks in advance