open terminal and enter the following command
echo "" | pbcopy
this will blank out the pasteboard... at least from what I remember. Yup just tried it, this will overwrite your paste board with "" which is nothing. if you change "" to "X" it will change the contents to X.
Hope this helps