> 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/visa-ctf-to-daf/implement-ctf-and-daf/delete-binding/delete-a-binding-from-the-tsp.md).

# TSPからバインディングを削除

イシュアバックエンドは、TSP（VTS）を通じてデバイスバインディングを削除できます。

{% hint style="info" %}
デバイス／サーバーの同期ずれを避けます。

可能な場合は、加盟店アプリケーション内でローカルにバインディングを削除します。

使用 [バインディング状態を同期する](/merchant-tokenization/ja/visa-ctf-to-daf/implement-ctf-and-daf/synchronize-binding.md) バインディング状態が乖離した場合。
{% endhint %}

## フロー

<figure><img src="/files/e03defff58a7f3505af8e95ca22bbea654a87eb2" alt=""><figcaption><p>TSPを介したイシュア主導のバインディング削除。</p></figcaption></figure>

<table><thead><tr><th width="100">手順</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>この <strong>イシュアバックエンド</strong> に要求します <strong>VTS</strong> 既存のデバイスバインディングを削除するように。</td></tr><tr><td>2</td><td><strong>VTS</strong> 削除通知をThalesバックエンドに転送します。</td></tr><tr><td>3</td><td>Thalesバックエンドは、 <strong>加盟店またはPSPバックエンド</strong> バインディングが削除されたことを通知します。</td></tr><tr><td>4–5</td><td>この <strong>加盟店またはPSPバックエンド</strong> 可能な場合は、加盟店アプリケーション内でローカルにバインディングを削除します。</td></tr></tbody></table>

## API

デバイスバインディング削除に関する通知は、加盟店またはPSPバックエンドに送信されます。

* APIリファレンス： [バインディング更新の通知](broken://pages/ec5bb603a1684cbd0319521104f0a590b99cdf9f#post-notify-binding-update)


---

# 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://docs.payments.thalescloud.io/merchant-tokenization/ja/visa-ctf-to-daf/implement-ctf-and-daf/delete-binding/delete-a-binding-from-the-tsp.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.
