# How to Deactivate and Delete a WordPress Plugin

You can deactivate and delete unused plugins from the WordPress dashboard.

* Log in to the **WordPress dashboard**.
* From the Dashboard menu, go to **Plugins** and click on **Installed Plugins**.

<figure><img src="/files/1lPq9Sg5IonYGAVRTTNz" alt=""><figcaption></figcaption></figure>

* To deactivate a plugin (e.g., Hello Dolly), click on **Deactivate** below the plugin's name.

### How to Delete a Plugin in WordPress?

Once the plugin is deactivated, the **Delete** option will appear.

* Click on **Delete** at the bottom of the deactivated plugin's name and confirm with **OK** to remove it.

<figure><img src="/files/6hWaGLRDuSZIlucNxFHf" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Removing unused plugins is a good practice to enhance your site's performance and security.
{% endhint %}

{% hint style="success" %}
You have successfully deactivated and deleted the plugin!
{% endhint %}


---

# 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.clouduxe.com/wordpress/how-to-deactivate-and-delete-a-wordpress-plugin.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.
