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