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

# Uninstall agent

> Uninstall idemeum Windows or macOS agent.

## Uninstall idemeum agent

<Warning>
  Administrator permissions are required to uninstall idemeum agent.
</Warning>

<Tabs>
  <Tab title="Windows">
    Open Windows PowerShell as `Administrator` and execute the following commands.

    ```powershell theme={null}
    Start-Process -FilePath "msiexec.exe" -ArgumentList "/x {93B9CC98-6004-411E-A8BF-88F7C3BC5541} /qn /norestart" -Wait;
    Start-Process -FilePath "msiexec.exe" -ArgumentList "/x {71216D26-573B-402B-A3F5-A7CB9F950CFF} /qn /norestart" -Wait
    ```
  </Tab>

  <Tab title="macOS">
    Open macOS terminal as `Administrator` and execute the following script.

    ```shellscript theme={null}
    curl -LO https://asset.idemeum.com/desktoplogin/macos/idemeumMacDesktopUninstall.sh && sudo chmod +x idemeumMacDesktopUninstall.sh && ./idemeumMacDesktopUninstall.sh
    ```
  </Tab>
</Tabs>
