Smithery
servers.secrets.delete
Remove a secret by name.
Remote smithery
Other tools also called servers.secrets.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"secretName": {
"type": "string",
"description": "path parameter"
},
"qualifiedName": {
"type": "string",
"description": "path parameter"
}
}
}