Graph 删除Microsoft图形失败,ExtensionError

Graph 删除Microsoft图形失败,ExtensionError,graph,microsoft-graph-api,subscription,Graph,Microsoft Graph Api,Subscription,我正在尝试删除对Microsoft graph的webhook订阅。 我的http呼叫是: DELETE https://graph.microsoft.com/v1.0/subscriptions/3ecdf72f-f302-49f6-851c-d04d178a9ref 我使用以下方式获取订阅的id: GET https://graph.microsoft.com/v1.0/subscriptions 作为回应,我收到了以下错误: { "error": {

我正在尝试删除对Microsoft graph的webhook订阅。 我的http呼叫是:

DELETE https://graph.microsoft.com/v1.0/subscriptions/3ecdf72f-f302-49f6-851c-d04d178a9ref
我使用以下方式获取订阅的id:

GET https://graph.microsoft.com/v1.0/subscriptions 
作为回应,我收到了以下错误:

{
   "error": {         
     "code": "ExtensionError",         
     "message": "Operation: Delete; Exception: [Status Code: NotFound; Reason: Not Found]",         
    "innerError": {"request-id": "2c61eba9-86c8-4420-9276-d6581fd3c5b7",             "date": "2018-10-30T15:11:57"}     
    } 
}

我们正在调查一个bug,有时候订阅会在系统中孤立。实际订阅最初已删除,因此不会发送通知。
您应该期望订阅在接下来的几天内从系统中正确删除,因为我们修复了这个bug。很抱歉给您带来不便。

嘿,彼得,我们目前正在经历这种情况,我们应该看些什么,我想现在已经解决了?非常感谢。