Delete file contents and scrub sensitive metadata. Minimal metadata is retained for audit and usage reporting per ZDR policy
cURL
curl --request DELETE \ --url https://api.chunkr.ai/files/{file_id} \ --header 'Authorization: <api-key>'
{ "deleted": true }
ID of the file
Deletion result
Whether the file was deleted
Was this page helpful?