Remove organization quotas
POST {{baseUrl}}/quotas/unassign
This endpoint recieves a list of organization IDs to remove their current quota. To use this endpoint, you need the Edit organization and account group quotas
permission, which is a management-level permission.
Request Body
{"organizations"=>["1234", "12345"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |