> 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/3d-secure/ja/meru/endoyzwosuru/endoyznoraifusaikuruwosuru.md).

# エンドユーザーのライフサイクルを管理する

This page explains how your issuer backend can update personal information for an end user and how to perform a logical deletion of an end user in D1.

## Update end user information

D1 lets the issuer backend update the personal information stored for an end user (called a "consumer" in the D1 API).

### Sequence diagram

<figure><img src="/spaces/62lLFDcmLCeqqwmy4Fee/files/rzprb6v0WWEe6S9VKKdH" alt=""><figcaption><p>Update end user information flow between the issuer backend and the D1 backend</p></figcaption></figure>

## Delete an end user

D1 lets the issuer backend logically delete an end user.

When you delete an end user:

* The end user transitions to the `DELETED` state.
* You can no longer create new cards for this end user.
* All cards linked to this end user, including digital cards, are deleted.

### Sequence diagram

<figure><img src="/spaces/62lLFDcmLCeqqwmy4Fee/files/1Ip4KmG7JiqLkjk2Ep6P" alt=""><figcaption><p>Logical end user deletion flow between the issuer backend and the D1 backend</p></figcaption></figure>


---

# 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/3d-secure/ja/meru/endoyzwosuru/endoyznoraifusaikuruwosuru.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.
