diff --git a/openflexure_microscope/api/v2/views/captures.py b/openflexure_microscope/api/v2/views/captures.py index 27a4a636..2deb72b6 100644 --- a/openflexure_microscope/api/v2/views/captures.py +++ b/openflexure_microscope/api/v2/views/captures.py @@ -207,7 +207,7 @@ class CaptureTags(View): return jsonify(capture_obj.tags) - def delete(self, capture_id): + def delete(self, id): """ Delete tags from a single image capture """