Cancel a touch / stop tracking
Release the subject a remoteTouch locked onto. No body required.
The camera only accepts a cancel while it has something to cancel, so this
returns 400 when nothing is being tracked. That is a safe no-op, not a
failure to retry.
The gate is specifically about a remote touch being in progress, not
about tracking in general. Tracking the camera started itself — a tracking
focus area with af-on held — reports nothing to cancel, because there is
no remote touch operation to release. The camera’s ready flag also lags a
successful cancel by a beat, so an immediate second call can still report
success; treat getTrackingFrame as the truth.
Requires priority key pc-remote.
Path Parameters
Camera identifier (e.g. D10F60149B0C)
Response
Tracking cancelled
Generic envelope returned by most camera operations. The shape of
data varies per endpoint — most operations return an empty or
null data; operations that return structured data document a
specific shape. SDK-generated types can treat data as an opaque
map for generic endpoints.

