--- sidebar_label: uninstall --- # uninstall() function #### Signature: ```typescript export declare function uninstall(options: UninstallOptions): Promise<void>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> options </td><td> [UninstallOptions](./browsers.uninstalloptions.md) </td><td> </td></tr> </tbody></table> **Returns:** Promise<void>