Remove account group quotas from organizations
POST {{baseUrl}}/quotas/account-groups/unassign
This endpoint removes quotas from multiple account groups across multiple organizations. To use this endpoint, you need the Edit organization and account group quotas
permission, which is a management-level permission.
Request Body
{"organizations"=>[{"orgId"=>"1234", "accountGroups"=>["1234", "12345"]}, {"orgId"=>"1234", "accountGroups"=>["1234", "12345"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |