> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete an app secret

> Delete an app secret to remove its value from a DAG variable.

You can delete an app secret when you no longer need it. However, when you do,
the secret's environment variable in your DAG code can no longer reference a value.

<Warning>Deleting an app secret can't be undone.</Warning>

## Delete an app secret

Perform these steps to delete an app secret.

1. Log in to NexusOne.

2. On the top navigation bar, hover your mouse over **Govern**, and then select **App Manager**.

3. In the "Applications" table, scroll down, and then click **View** on an app to view its secret.

4. Click **Secrets**.

5. Scroll to the secret you'd like to delete, and then click the delete icon.

6. Optional: If your secret has several key-value pairs, then perform these steps:

   1. Scroll to the secret whose key-value pair you'd like to delete, then
      click the secret's name.
   2. Click **Edit**.
   3. Click the delete icon on the specific key-value pair.
   4. Click **Save**.

7. Click **Delete** to confirm your selection.

## Additional resources

For an overview of the Govern feature, refer to [Govern Overview](/documentation/govern/overview).
