pub async fn delete_file(
__arg0: State<UnifiedAppState>,
__arg1: Query<DeleteQuery>,
) -> Result<impl IntoResponse, StatusCode>Expand description
DELETE /files - Delete a file or folder (by id or path query param)
pub async fn delete_file(
__arg0: State<UnifiedAppState>,
__arg1: Query<DeleteQuery>,
) -> Result<impl IntoResponse, StatusCode>DELETE /files - Delete a file or folder (by id or path query param)