Skip to main content
Glama

Azure MCP Server

app_configuration_kv_delete

Remove a key-value pair from Azure App Configuration using the specified key and optional label. Supports secure and auditable deletion of configuration data.

Instructions

Delete a key-value from Azure App Configuration

Input Schema

NameRequiredDescriptionDefault
keyYesThe key to delete
labelNoThe label of the key-value to delete (optional)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The key to delete", "type": "string" }, "label": { "description": "The label of the key-value to delete (optional)", "type": "string" } }, "required": [ "key" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mashriram/azure_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server