Remove a legal hold on a report. Evidence becomes eligible for automatic deletion per the retention policy. Used after legal matters are resolved.
curl --request DELETE \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>'{
"held": true
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
--header 'Authorization: <api-key>'{
"held": true
}