Library Rule Group Business Rule

/api/repositories/{repository}/rulegroups/{folderID}/businessrules/{ruleID}
Parameter Type Purpose
repository string the name of the Repository
folderID int The ID of the desired rule group
ruleID int The ID of the desired library rule

Delete

DELETE /api/repositories/(string: repository)/rulegroups/(int: folderID)/businessrules

Delete the library rule from the group

DELETE /api/repositories/jupiter/rulegroups/1/businessrules/1 HTTP/1.1
Content-Type: application/json

{
    "entity": "58"
}
Response Code Reason
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.