# Deleting your account

Before you can delete your user account, you must first manually unassign yourself from all your issues and remove your issue comment. See [Editing issues](/sonarqube-cloud/managing-your-projects/issues/editing.md#assigning) for more details.

{% hint style="info" %}
If you are the only administrator for an organization of which you are a member, the administrator permissions must be transferred before you can delete your SonarQube Cloud account. See [Managing organization permissions](/sonarqube-cloud/administering-sonarcloud/managing-organization/users-and-permissions/organization-permissions.md#transferring-ownership-of-organization) for more information.
{% endhint %}

To delete your user account:

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My account**. The Profile page opens.
3. In the **Delete your SonarQube Cloud account** section, select **Delete account**.

<figure><img src="/files/WdBwwPnF0B577jJDsLsY" alt="Opening the my account page to delete the account"><figcaption></figcaption></figure>


---

# Agent Instructions: 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.sonarsource.com/sonarqube-cloud/managing-your-account/deleting.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.
