diff --git a/raystack/frontier/v1beta1/frontier.proto b/raystack/frontier/v1beta1/frontier.proto index 89b6e095..cb1c8a49 100644 --- a/raystack/frontier/v1beta1/frontier.proto +++ b/raystack/frontier/v1beta1/frontier.proto @@ -1744,6 +1744,11 @@ message DisableOrganizationResponse {} message DeleteOrganizationRequest { string id = 1; + // Set to true to confirm that any unused prepaid tokens on the + // organization's billing account may be forfeited by this delete. + // If the account has unused tokens and this is false, the request + // fails with a failed_precondition error listing the amount at stake. + bool acknowledge_token_forfeit = 2; } message DeleteOrganizationResponse {}