# Delete Policy

Delete policies that are still in draft and no longer needed.

---

<div style="
  background: rgba(128,128,128,0.08);
  border: 2px solid rgba(128,128,128,0.25);
  border-radius: 10px;
  padding: 20px 20px 0px 20px;
">
  <div style="font-weight:700; margin-bottom:20px;">Who can use this feature?</div>

  <table style="border-collapse:collapse;">
    <tr>
      <td style="vertical-align:top; padding:0 8px 10px 0;">
        <Icon icon="material-filled-person" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0 0 10px 0;">
        All <span style="color:#d760f9; font-weight:600;">Account Owners</span> and <span style="color:#d760f9; font-weight:600;">Security Admins</span>
      </td>
    </tr>

    <tr>
      <td style="vertical-align:top; padding:0 8px 0 0;">
        <Icon icon="material-filled-flag" color="#d760f9"/>
      </td>
      <td style="vertical-align:top; padding:0;">
        Available on the <span style="color:#d760f9; font-weight:600;">Free</span>, <span style="color:#d760f9; font-weight:600;">Core</span> and <span style="color:#d760f9; font-weight:600;">Business</span> plans
      </td>
    </tr>
  </table>
</div>

---

## Steps

<Steps>

<Step title="Sign in to WatchDog Security">
  Sign in to the [**WatchDog Security Platform**](app.watchdogsecurity.io).
</Step>

<Step title="Open Policy Manager">
  Navigate to **Policy Manager** from the left-hand menu.
</Step>

<Step title="Open Draft Policy">
  Locate a policy in **Draft** status.
</Step>

<Step title="Open Policy Actions">
  Click the **3 dots** next to the policy.
</Step>

<Step title="Delete Policy">
  Click **Delete Policy** to remove the draft.
</Step>

</Steps>

---

## What Happens Next

<TipInfo>The draft policy is permanently removed from the system.</TipInfo>
<TipInfo>The policy cannot be recovered after deletion.</TipInfo>
<TipInfo>No users are affected since the policy was not published.</TipInfo>

---

## Troubleshooting

<AccordionGroup>

<Accordion title="Delete Option Not Available" defaultOpen>
If delete is not available:

- Ensure the policy is in **Draft** status  
- Published policies cannot be deleted  
- Verify you have correct permissions
</Accordion>

<Accordion title="Accidental Deletion">
If a policy was deleted:

- The policy cannot be restored  
- Recreate the policy if needed  
- Consider exporting policies before deletion
</Accordion>

</AccordionGroup>
