# Revoke Authorization

You can revoke any authorized priveleges via a DAO governance proposal.

## 1. Create Proposal

a. From your DAO page, example circled in green, click the Proposal tab, indicated by the yellow arrow.

<figure><img src="/files/asHPBI8Wb4AOu0gE81JQ" alt=""><figcaption></figcaption></figure>

b. Create a new proposal by clicking the +Proposal button.

c. Give your proposal a title and description.

<figure><img src="/files/smrzMUvLi6kWNj6KM4XK" alt=""><figcaption></figcaption></figure>

## 2. Add Actions

a. Scroll down to the Action section of the Create proposal page. Select Authz Grant / Revoke from the Authorizations tab.

<figure><img src="/files/riXjLewT9IHId7wMRkf1" alt=""><figcaption></figcaption></figure>

b. Select the Revoke authorization tab, indicated by a red arrow in the image below.

<figure><img src="/files/4u52oW6EeEHRLgjulYmh" alt=""><figcaption></figcaption></figure>

c. Under Grantee address, paste an Osmosis address or search for an account or DAO already on DAO DAO. This will be the party having Authz Exec privileges revoked.

{% hint style="info" %}
In this example, the DAO is revoking authrizations to stake, unstake, redelegate and vote. They are also granting these same authorizations to an individual account in the same proposal. This means the proposal has a total of eight actions, indicated with the green circle in the image above.
{% endhint %}

d. At the bottom of the screen will be an option to publish your proposal. Once you have reviewed your changes, publish your proposal to start the vote!

## 3. Vote

a. Once the proposal is live, you and other DAO members can vote. [Learn more about voting here!](/docs/dao-governance/proposals/how-to-vote-on-a-proposal.md)

b. If the DAO membership votes in favor of the proposal, all of the change will happen automatically at the close of the voting period.


---

# 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://dao-dao-docs.gitbook.io/docs/dao-management/authz/revoke.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.
