How can I remove a Like on one page or a space? I have one page which has been liked by a user. I am admin of the space and would like to remove that like. Currently using Confluence Cloud
Hi @Kanav Devesher ,
Welcome to Atlassian community.
You can actually delete it from database. If you know the page ID you can simply remove that.
<span>DELETE</span> <span>FROM</span> likes <span>WHERE</span> contentid <span>=</span> <span><</span>PAGEID<span>></span><span>;</span>
I hope the above information helps. Have a nice day.!
Thanks,
Srinath T
Hello @Kanav Devesher ,
I think you can log in as the user (with the like) in your instance and "unlike" the page. You need to be site admin. This solution doesn't work as a space admin.
Please see the documentation.
----
If it is really important,you don't find a smart solution and it is only a one time thing. You can create the content of the page on a fresh one and archive the old one. You keep the data but it removes the like.
I know it is not great but maybe it helps (one time).
Cheers,
Lars
It looks like you're new here. Sign in or register to get started.