Delete Password List ​
DELETE /api/passwordlists
Deleting a Password List can be achieved by using the Delete request format below.
Powershell
$PasswordstateURL = 'https://passwordstate/api/passwordlists/<PasswordListID>'
$result = Invoke-Restmethod -Method Delete -Uri $PasswordstateURL -Header @{ "APIKey" = "<apikey>" }