Library Rule Group Business Rule ================================ .. code-block:: http /api/repositories/{repository}/rulegroups/{folderID}/businessrules/{ruleID} .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, string, the name of the :doc:`repository` folderID, int, The ID of the desired rule group ruleID, int, The ID of the desired library rule Delete ~~~~~~ .. http:delete:: /api/repositories/(string:repository)/rulegroups/(int:folderID)/businessrules :synopsis: Delete the library rule from the group Delete the library rule from the group .. code-block:: http DELETE /api/repositories/jupiter/rulegroups/1/businessrules/1 HTTP/1.1 Content-Type: application/json { "entity": "58" } .. csv-table:: :header: Response Code, Reason :widths: 25, 75 204, Success 400, Invalid parameters 500, Server error The request packet must contain ``entity`` element that represents the library ID of the rule to be deleted.