> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/delete-a-token.md).

# トークンを削除

エンドユーザーが要求した場合、またはリスクルールで必要と判断された場合に、決済ネットワークトークンを削除します。

## フロー

<figure><img src="/files/bc523072ffb51beab36de21b4f7a0db6a4841d10" alt=""><figcaption><p>加盟店またはPSPによって開始されたトークン削除</p></figcaption></figure>

<table><thead><tr><th width="100">ステップ</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>加盟店またはPSPが、次の内容を含む削除リクエストをThalesのバックエンドに送信します。 <code>tokenId</code>.</td></tr><tr><td>2</td><td>Thalesのバックエンドが、トークン状態の更新について関連する決済ネットワークTSPに通知します。</td></tr><tr><td>3</td><td>決済ネットワークTSPがトークン状態を更新し、イシュアに通知します。</td></tr></tbody></table>

## API

* APIリファレンス： [トークンを削除](broken://pages/6eb814ebcceb2b7c8872ae4f36b2ec5319d1f5fb#delete-tokens-tokenid)


---

# 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:

```
GET https://docs.payments.thalescloud.io/merchant-tokenization/ja/nettowkutkun/implement-network-tokenization/delete-a-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
