Unpin file added to infura with pin: true

Hello,

How can i unpin a file added with ipfs-http-client on infura like this:

ipfs.add(files, {progress: progress_func, pin: true})

Just adding the same file again with pin at false ?

Thank you