Forgejo API
DELETE/admin/quota/groups/{quotagroup}/rules/{quotarule}

Remove a rule from a quota group

Deletes the association between a quota rule and a quota group. Use quotagroup and quotarule to identify the group membership to remove.

2 parameters
quotagroupstringrequired
The name or identifier of the quota group to remove the rule from.
quotarulestringrequired
The name or identifier of the quota rule to remove from the group.

4 status codes
201Returns no content after the quota rule is removed from the quota group.
400Returned when `quotagroup` or `quotarule` is invalid.
messagestringoptional
urlstringoptional
403Returned when the authenticated user is not permitted to modify the quota group.
messagestringoptional
urlstringoptional
404Returned when the quota group or quota rule association does not exist.
errorsarray<string>optional
messagestringoptional
urlstringoptional

Error handling

A 400 is returned when quotagroup or quotarule is invalid. A 403 is returned when the authenticated user lacks permission to change quota groups, and a 404 is returned when the group or rule association cannot be found.