pub async fn delete_file_by_id(
__arg0: State<UnifiedAppState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, StatusCode>Expand description
DELETE /files/:id - Delete a file or folder by ID
pub async fn delete_file_by_id(
__arg0: State<UnifiedAppState>,
__arg1: Path<i64>,
) -> Result<impl IntoResponse, StatusCode>DELETE /files/:id - Delete a file or folder by ID