delete_token
Remove an OTP token by specifying a pattern to match the token name or number. Part of the otp-mcp-server for secure OTP management.
Instructions
Delete an OTP token matching the pattern.
Args:
pattern: Token pattern (part of the name or token number)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"title": "Pattern",
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
}