---
title: "acknowledgeTracking"
method: POST
path: "/v1/erp/tracking/acknowledgement"
tags: ["erp"]
---

# acknowledgeTracking

`POST /v1/erp/tracking/acknowledgement`

Acknowledges an ERP tracking record by removing it from the tracking table, requires public authentication

## Request body

- object
  - `ack_id` string, required — Unique identifier of the ERP tracking record to acknowledge

## Response `200`

Acknowledgment successful

- object
  - `message` string

## Other responses

- `400` — Bad request - missing ack_id
- `401` — Unauthorized - invalid or missing token
- `404` — Record not found
- `500` — Server error processing the request

---

[API](https://skmtc.net/epilot/apis/integration-toolkit-api.md) · [All operations](https://skmtc.net/epilot/apis/integration-toolkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/integration-toolkit-api/revisions/a567add0c3f5/schema)
