---
title: "Tracked applications - Delete"
method: DELETE
path: "/user/tracked_applications"
---

# Tracked applications - Delete

`DELETE /user/tracked_applications`

Deleting a tracked app will stop its tracking. When you stop tracking an app, there's no guarantee you will still have up-to-date information about this application.

## Query parameters

- `id` string, required

## Response `200`

200

- object
  - `result` object
    - `id` string
    - `application_id` string
    - `country` string
    - `language` string
    - `device` string
    - `created_at` string
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `id` string
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
      - `body` object
        - `country` string
        - `language` string
    - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
