Delete a particular cookie in Safari

Hi,

I need to write a script that would delete a chosen cookie in Safari.

I did note find this ability in Safari applescript library. Should I use a particular extension or scriptable app ?

Thanks in advance for your help.

Have a nice day.

Sylvain

This one:
http://www.macscripter.net/scriptbuilders/category.php?id=1731
Includes “sfri Library”, which includes a sample script called “cookies”, which will delete cookies from a website (though it must be opened in the frontmost window).
Also, you can mangle yourself the file “~/Library/Cookies/Cookies.plist” (but perhaps this requires Safari not to be running :?: )