Skip to main content

delete_file

Function delete_file 

Source
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)