OpenAPI 3.1.12026-08-114448163.1 KB
2289f3059f77
files
Delete a file
Deletes a file by ID.
delete/files/{id}
Path parameters
idstring cuid required
The ID of the item
Example:cmf41ajzv003706un4i99q19z
Headers
x-client-idstring cuid required
The ID of the client
Example:cmf41ajzv003706un4i99q19z
Response
File deleted
Example response
{
"object": "file",
"deleted": true,
"id": "cmf41ajzv003706un4i99q19z"
}