---
title: "Delete a Tracking"
method: DELETE
path: "/2024-09/trackings/{tracking_id}"
tags: ["Trackings"]
---

# Delete a Tracking

`DELETE /2024-09/trackings/{tracking_id}`

Delete a single tracking from your account.

Required authorization scope: `public.track_3p:write`

> **Note:** This endpoint requires an **advanced scope**. You can enable advanced scopes when creating or editing your [API connection](https://developers.easyship.com/reference/scopes).

> **Note:** Calls to this endpoint count towards your API usage allowance. You can monitor your current usage in the [Subscription section](https://app.easyship.com/account/subscription) of your account.

## Path parameters

- `tracking_id` string, required

## Response `200`

tracking successfully deleted

- Success — General success response
  - `success` object
    - `message` string
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — record not found

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
