我正在尝试删除Microsoft图形的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"}
}
}
答案 0 :(得分:1)
我们正在调查一个错误,该错误有时会使订阅在系统中孤立。实际的订阅最初已被删除,并且未发送通知。 您应该期望在接下来的几天内可以从系统中正确删除该订阅,因为我们已修复了该错误。抱歉给您带来不便。