Bug 15496: (QA follow-up) Change success status on api
[koha-equinox.git] / Koha / REST / V1 / Biblios.pm
index d5e5564..6e8da01 100644 (file)
@@ -54,7 +54,7 @@ sub delete {
             );
         }
         else {
-            return $c->render( status => 200, openapi => "" );
+            return $c->render( status => 204, openapi => "" );
         }
     }
     catch {