Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

You can run rest api on-demand basis if you want to disable above plugin job schedule!

GET

http://localhost:8090/rest/purgerecyclebin/1.0/content/list/space/key/{spaceKey}

$ curl -u "user:pass" -XGET \
http://localhost:8090/rest/purgerecyclebin/1.0/content \
/list/space/key/DT

DELETE

http://localhost:8090/rest/purgerecyclebin/1.0/content/purge/space/key/{spaceKey}/retention/days/{retentionDays}

$ curl -u "admin:secret" -XDELETE \
http://localhost:8090/rest/purgerecyclebin/1.0/content \
/purge/space/key/DT/retention/days/20

  • No labels