---
title: "アプリストアアプリのアンインストール"
method: DELETE
path: "/appstore/v1/installation.json"
tags: ["uninstallation"]
---

# アプリストアアプリのアンインストール

`DELETE /appstore/v1/installation.json`

このAPIは OAuth のアクセストークンに紐付くアプリケーションをショップから削除します。
このAPIを利用した場合、ショップオーナーがアンインストールした場合と異なり、アンインストールフックは実行されません。
代わりにアンインストールフックで通知される情報は、このAPIのレスポンスに含まれています。

アンインストール時の注意点については、[アプリのアンインストール](https://app.shop-pro.jp/open_api#section/API/アプリのインストール)を参照して下さい。

## Response `200`

アンインストール成功

- object
  - `account_id` string — アンインストールしたショップオーナーのアカウントID
  - `application_charge_source_id` string — プラン課金ID
  - `uninstalled_at` integer — アンインストール日時
  - `recurring_application_charge_id` string — （買い切り以外の課金の場合）課金契約ID
  - `usage_charge` object — （従量課金の場合）従量課金アンインストール情報
    - `api_token` string — アンインストール後に従量課金APIを利用いただくために必要な情報
    - `closing_on` integer — ポイント締め日

---

[API](https://skmtc.dev/shop-pro/apis/api.md) · [All operations](https://skmtc.dev/shop-pro/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shop-pro/api/revisions/8ba27ff93daa/schema)
