> For the complete documentation index, see [llms.txt](https://ja.docs.monaca.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ja.docs.monaca.io/faq/delete-account.md).

# 退会方法

Monacaのアカウントは、以下の手順で退会できます。\
退会手続きはオンラインで完結します。

### 退会手順

1. アカウント設定画面を開く\
   ログイン後、画面右上のメニューから「アカウント設定」を選択します。\
   [アカウント設定URL](https://monaca.mobi/ja/account/edit)
2. 「Monacaから退会する」リンクをクリック\
   アカウント編集画面の下部にある「Monacaから退会する」リンクをクリックします。
3. パスワードと退会理由を入力\
   確認画面で、アカウントのパスワードを入力し、退会理由を選択してください。\
   ※退会理由は必須です。
4. 「退会する」ボタンをクリック\
   最終確認後、「退会する」ボタンをクリックすると退会が完了します。

***

### ご注意

* 退会後は、登録されているすべての情報にアクセスできなくなります。
* 一度退会すると、アカウントの復元はできません。
* お支払済みの利用料金については、返金対象外となります。

***

### よくある質問

#### Q. 退会後に再度利用したい場合はどうなりますか？

A. 新しいアカウントを作成していただく必要があります。

#### Q. 契約中の有料プランはどうなりますか？

A. 退会手続きを行った時点でサービスの利用は停止します。支払済み分の返金はありません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ja.docs.monaca.io/faq/delete-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
