delete-subscription
delete-subscriptionDelete a webhook subscription to stop receiving change notifications. Use to clean up stale subscriptions.
Instructions
Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.
š” TIP: Deletes a webhook subscription. No further change notifications will be sent. Use this to clean up stale subscriptions or stop receiving notifications. Use list-subscriptions to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | For destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data. | |
| If-Match | No | ETag | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| subscriptionId | Yes | Path parameter: subscriptionId | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |