添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
Create
cancel
Showing results for
Search instead for
Sign up Log in

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