> 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/network-tokenization/implement-network-tokenization/delete-a-token.md).

# Delete a token

Delete a payment network token when the end user requests it, or when your risk rules require it.

## Flow

<figure><img src="/files/jrKsXtkzIsJC8vigDDqh" alt=""><figcaption><p>Token deletion initiated by a merchant or PSP</p></figcaption></figure>

<table><thead><tr><th width="100">Step</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>The merchant or PSP sends a delete request to Thales backend with the <code>tokenId</code>.</td></tr><tr><td>2</td><td>Thales backend informs the relevant payment network TSP about the token state update.</td></tr><tr><td>3</td><td>The payment network TSP updates the token state and informs the Issuer.</td></tr></tbody></table>

## API

* API reference: [Delete token](/merchant-tokenization/backend-integration/apis/server-api/token-management.md#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/network-tokenization/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.
