Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
Loading