ep_revoke_commit
Revoke a pending pre-action commit to stop irreversible actions. Once revoked, the commit is permanently canceled and cannot be consumed.
Instructions
Revoke an active pre-action commit before it is fulfilled or expires. SIDE EFFECT: terminally cancels the commit — it can never be consumed after this, and the change is irreversible. Requires auth. Returns the revoked status; use when a pending action should be called off.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Reason for revocation | |
| commit_id | Yes | Commit ID to revoke (epc_...) |