Commit 0b8bdb2
feat(frontier): add acknowledge_token_forfeit to DeleteOrganizationRequest
Deleting an organization can forfeit unused prepaid tokens on its
billing account. The server needs the caller's consent inside the
request to enforce this, so add a bool flag. When the account has
unused tokens and the flag is not set, the delete fails with a
failed_precondition error naming the amount at stake.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 91eaffc commit 0b8bdb2
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1793 | 1793 | | |
1794 | 1794 | | |
1795 | 1795 | | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
1796 | 1801 | | |
1797 | 1802 | | |
1798 | 1803 | | |
| |||
0 commit comments