aps_withdraw_provisional
Withdraw your own provisional statement before it gets promoted. Provide an Ed25519 signature to authorize the withdrawal; promoted statements cannot be retracted.
Instructions
Commitment boundary: author withdraws their own provisional statement. Already-promoted statements cannot be withdrawn. Caller must supply the author's signature over the withdrawal payload (canonicalize({action:'withdraw', statement_id})).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement | Yes | ProvisionalStatement to withdraw | |
| author_signature | No | Hex Ed25519 signature. If omitted, provide author_private_key and the tool will sign for you. | |
| author_private_key | No | If provided, tool signs the withdrawal payload with this key. |