# /unregister

{% hint style="warning" %}
This command is restricted to those with an Echo Role only.
{% endhint %}

{% content-ref url="../echo-roles" %}
[echo-roles](https://docs.echobase.app/echostation/echo-roles)
{% endcontent-ref %}

You can use this command to remove EchoBase's knowledge of which Discord server is used for your guild.

#### /unregister guild <a href="#guild" id="guild"></a>

To unregister your own guild, simply leave out the ally-code parameter.

By providing an ally code of anyone in the target guild, you can unregister someone else's guild for them. Please note that this will require the EchoAdmin Role.

| Parameters | Example                                    | Help                               |
| ---------- | ------------------------------------------ | ---------------------------------- |
| ally-code  | /unregister guild `ally-code:` 111-222-333 | /help `command:` /unregister guild |


---

# 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.echobase.app/echostation/guild-commands/unregister.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.
