# Deleting a Code Account from gopaddle UI does not detach annotation in resources

### Scenario

After deleting a registered GitHub account from gopaddle UI, some of the Kubernetes resources still show the runbook icon ![](https://lh7-us.googleusercontent.com/m6hAq5yvLnd3E1s0uOBZJGjCwkJsskzARdbcuaPKUYi8Qk0dOuhXqk3UFMaweXUOi9KsE6WgxKfkv_rfCCw7IVKUPUWRCKdL9xEXG5OKb8SbQEFK72j3o5r-YWTlLaU-h_AXhRGpqQfFBvSZMSaAXGA)

### Solution

* List filtered resources with runbooks
* Edit the resource using a YAML editor and remove the annotation <mark style="color:purple;">`gopaddle.io/runbookHub`</mark> and the label <mark style="color:purple;">`runbook: 'true'`</mark>  and Submit the changes.
* Click on the **Refresh** option to refresh the resources list.


---

# 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://help.gopaddle.io/troubleshooting/runbook-issues/deleting-a-code-account-from-gopaddle-ui-does-not-detach-annotation-in-resources.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.
