revoke_token
Revoke a prepaid bundle grant to cut off a sub-agent, invalidating all child tokens. Optionally return reserved sats to your budget.
Instructions
Revoke the grant behind a prepaid bundle this session bought, killing the whole delegation tree minted from it (every scoped child made with mint_scoped_token). Takes effect on the next request within ~15s, returning token_revoked. Use it to cut off a sub-agent (or all of them) after handing out children. Optionally pass released_sats to return child-cap budget you reserved back to your budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path the held bundle is for (e.g. '/v1/history/candles') | |
| slug | Yes | The API slug whose bundle grant you want to revoke (e.g. 'btc-intel') | |
| released_sats | No | Optional: sats of child-cap budget to return to your budget (what you reserved via mint_scoped_token for children of this grant) |