> 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-binding-from-merchant-backend.md).

# 加盟店バックエンドからバインディングを削除

このフローを使用して、加盟店または PSP バックエンドからデバイスのバインディングを削除します。

{% hint style="info" %}
デバイス/サーバーの非同期を回避します。

可能な場合は、デバイス上でローカルにバインディングを削除します。

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

## フロー

<figure><img src="/files/7e199c7e5bfdf40d9eebea950db7246f214e6a66" alt=""><figcaption><p>バックエンド起点のバインディング削除フロー。</p></figcaption></figure>

<table><thead><tr><th width="100">手順</th><th>説明</th></tr></thead><tbody><tr><td>1</td><td>その <strong>加盟店または PSP バックエンド</strong> が Thales バックエンドにバインディング削除リクエストを送信します。</td></tr><tr><td>2～3</td><td>リクエストは <strong>VTS</strong> および <strong>イシュア バックエンド</strong> トークンとデバイスのバインディングデータを削除します。</td></tr></tbody></table>

## API

バックエンド側でバインディングを削除するには、次の API を使用します。

* API リファレンス: [バインディングを削除](broken://pages/15ef021c63406c4df7cc3eac71febc6bc0119409#delete-device-bindings-tokenid-deviceid)


---

# 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-binding-from-merchant-backend.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.
