Microsoft Graph サブスクリプションの管理機能です。
注意: これらのエンドポイントはcurlコマンドで使用してください。
DELETE /api/subscription - 特定のサブスクリプション削除DELETE /api/subscriptions/all - 全サブスクリプション削除
curl -X DELETE -H "Content-Type: application/json" -d '{"subscription_id": "YOUR_SUBSCRIPTION_ID"}' http://localhost:3978/api/subscription