v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

Tracked applications - Delete

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.

delete/user/tracked_applications

Query parameters

idstring required

The id of the tracked application entry to be updated.<br/>The id can be found using the <a target="_blank" href="https://developers.apptweak.com/reference/tracked-applications-list">list endpoint<a/>

Response

200

Example response

{
  "result": {
    "id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a",
    "application_id": "com.king.candycrushsaga",
    "country": "be",
    "language": "fr",
    "device": "android",
    "created_at": "2024-09-09T11:07:17.208Z"
  },
  "metadata": {
    "request": {
      "path": "/api/public/apptweak/user/tracked_applications",
      "params": {
        "id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a"
      },
      "cost": 1,
      "max_credit_cost": 1,
      "status": 200,
      "body": {
        "country": "be",
        "language": "fr"
      }
    }
  }
}