Skip to main content

delete_file_by_id

Function delete_file_by_id 

Source
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