DELETE
/admin/quota/groups/{quotagroup}Delete a quota group
Deletes a quota group and removes the group identified by quotagroup. Use this operation when the quota group is no longer needed or should no longer organize quota assignments.
quotagroupstringrequired
The name or identifier of the quota group to delete.
204Returns no content after the quota group is deleted.
400Returned when `quotagroup` is invalid.
messagestringoptional
urlstringoptional
403Returned when the authenticated user is not permitted to delete the quota group.
messagestringoptional
urlstringoptional
404Returned when no quota group matches `quotagroup`.
errorsarray<string>optional
messagestringoptional
urlstringoptional
Error handling
A 400 is returned when quotagroup is invalid. A 403 is returned when the authenticated user lacks permission to delete quota groups, and a 404 is returned when no quota group matches quotagroup.