删除 Microsoft 图失败并出现 ExtensionError

Deleting Microsoft graph fails with ExtensionError

我正在尝试删除对 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"}     
    } 
}

我们正在调查有时会在系统中孤立订阅的错误。实际订阅最初已被删除,并且未发送通知。 随着我们修复错误,您应该期望在接下来的几天内从系统中正确删除订阅。抱歉给您带来不便。