Delete a file by ID
The unique identifier of the file to delete
void
401 - Not authenticated
403 - Not authorized to delete this file
404 - File not found
import { deleteFile } from "@cpod/sdk";await deleteFile("file-123");console.log("File deleted successfully"); Copy
import { deleteFile } from "@cpod/sdk";await deleteFile("file-123");console.log("File deleted successfully");
Delete a file by ID