Trigger PDF cache cleanup task
POST/api/v1/admin/pdf-cache/cleanup
Enqueues a background task to clean up cached PDF pages older than the configured max age (default: 30 days, configurable via settings).
Permission Required
- Admin access required
Returns the task ID which can be used to track progress.
Responses
- 200
- 403
Cleanup task queued successfully
Admin access required