Quotas

DeleteOrganizationQuota

DeleteOrganizationQuota removes quota configuration for an organization. The organization will fall back to default free tier limits. Requires platform admin permission. ConnectRPC only (not exposed via REST).

post/factify.api.v1beta.QuotaService/DeleteOrganizationQuota

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

organization_idstring

The organization ID (required).

Response

Success

DeleteOrganizationQuotaResponse required

DeleteOrganizationQuotaResponse confirms deletion. Empty response - success indicated by no error.

Changes