---
title: "Stop scan-related box tracking"
method: POST
path: "/scan/stopTracking"
tags: ["scan"]
---

# Stop scan-related box tracking

`POST /scan/stopTracking`

## Request body

- ScanIdBoxId
  - `scanId` integer, required
  - `boxId` string, base16, required — Base16-encoded transaction box id bytes. Should be 32 bytes long

## Response `200`

The box is not tracked anymore

- ScanIdBoxId
  - `scanId` integer, required
  - `boxId` string, base16, required — Base16-encoded transaction box id bytes. Should be 32 bytes long

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/a731602272c6/schema)
