-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
2
-
9
-
Currently, we have the below experimental API to delete a page version in Confluence which works as I have tested locally.
DELETE http://localhost:5050/brisbane/rest/experimental/content/6193180/version/2
where
- http://localhost:5050/brisbane is my Confluence URL
- 6193180 is the Page ID
- 2 is the page version
As the above API is termed as experimental hence the request is to have an approved API for the same work to delete specific Page version of a Page in Confluence.
Example, If a page has 15 versions such as v1.0, v2.0 ...... v15.0 and I want to delete v2.0 using REST API.
Regards
Avik