Hello, im trying to delete old versions of a page.
for that, im trying to list all of the versions and delete them
unfortunately, im not able to retrieve all of the versions.
I am using confluence on-prem and not cloud one.
Thank you!
To delete via the API the documentation is here:
curl --request DELETE \ --url 'http://{baseurl}/confluence/rest/api/content/{id}/version/{versionNumber}'
Hi @john wick and welcome,
you should be able to do that if you have edit permission on a specific page. If so, you should be able to retrieve all old version through page history button :
Hope this helps,
Fabio
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.