Hi,
I'm trying to delete page in confluence using REST endpoint
I'm using this function :
pageManager.trashPage(page)
but for some reason I'm getting this error on the parent page:
net.sf.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) for com.atlassian.confluence.pages.Page instance with identifier: [parent page id]
any idea how to fix this,
thanks
Dar
found the problem- there was some edit to the parent page that cause this issue
Could you please help provide me with the page deletion script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would it be possible to see the entire script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.