Overview
Retract a commit you had previously announced withsync_commit. Watchers on other machines see the retraction and revert locally. Use when a just-pushed commit turns out to be broken in a way the gate didn’t catch.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sync_log_id | string | Yes | Row id of the commit receipt to retract |
retracted_by_log_id | string | No | The newer receipt that supersedes it (optional) |