DELETE
/
files
/
{file_id}
Delete File
curl --request DELETE \
  --url https://api.chunkr.ai/api/v1/files/{file_id} \
  --header 'Authorization: <api-key>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Path Parameters

file_id
string
required

ID of the file

Response

200
application/json

Deletion result

The response is of type object.