# Delete a password policy

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, and **Admins**
* Only supported using the Cerby web app
  {% endhint %}

As a workspace **Admin**, you can delete an existing [password policy](https://help.cerby.com/getting-started/concepts/security-posture/password-policies), which cancels any queued or scheduled password rotations.

{% hint style="info" %}
**NOTE:** When you delete a password policy, the deletion applies only for one app at a time. For example, if you created a policy for multiple apps, you can only select one app to delete its associated policy, and you must repeat this action for the remaining apps with the same policy.
{% endhint %}

To delete a password policy, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select the **Password Policies** option from the left menu. The **Password Policies** page is displayed with a table of policies.
3. Click the **Delete** icon of the corresponding policy. The **Delete policy?** dialog box is displayed.\
   **TIP:** You can also select the **Delete policy** option from the **More options** (...) drop-down menu.
4. Click the **Delete policy** button. The dialog box closes, and a success message box is displayed.

Now you are done.


---

# 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.cerby.com/setup-and-admin/security-governance/password-policies/delete-a-password-policy.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.
