Security analytics uninstallation

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 1.13.x

Describe the issue:

I have install security plugin in open search . I want to uninstall security analytics app . Please help me how to do that . Also I am not able to delete the detecter. While stopping and deleting showing below alert

Failed to delete detector:

no handler found for uri [/_plugins/_security_analytics/detectors/NFlH0IoBTvVMp1kQ1Lsw] and method [DELETE]
Configuration:

Relevant Logs or Screenshots:

Hi @Tukaram

You can use ./bin/opensearch-plugin list command to find the name of the plugin. To remove the plugin, you can use ./bin/opensearch-plugin remove <plugin-name> command.