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
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
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.
DELETE FROM likes
WHERE contentid = <PAGEID>;
I hope the above information helps. Have a nice day.!
Thanks,
Srinath T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.