Files
Delete a file
Delete a file. This cannot be undone.
delete/v1/files/{file_id}
Path parameters
file_idstring required
The unique identifier of the file.
Example:file_01kfxgjd94fn9stqm414vjb0s8
The unique identifier of the file.
Response
Successful Response
Example response
{
"deleted": true,
"id": "file_01kfxgjd94fn9stqm414vjb0s8",
"object": "file"
}