StacksFinder

revoke_api_key

Revoke an API key. This action cannot be undone.

Remote hoklims/stacksfinder-mcp

Other tools also called revoke_api_key? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "keyId": {
      "type": "string",
      "description": "The UUID of the API key to revoke"
    }
  }
}