pub fn delete_path(ids: &[String]) -> Result<String>
DELETE /api/cases?ids=["a","b"] — the ids parameter is a JSON array in the query string.
DELETE /api/cases?ids=["a","b"]