AurionAI Docs

Quarantine Cleanup

Delete quarantined files older than the configured retention period. Removes both the storage files and the database records for attachments that were quarantined more than N days ago (default: 30).

POST
/api/sync/quarantine-cleanup

Delete quarantined files older than the configured retention period.

Removes both the storage files and the database records for attachments that were quarantined more than N days ago (default: 30).

Response Body

application/json

curl -X POST "https://loading/api/sync/quarantine-cleanup"
{
  "results": {},
  "status": "completed"
}