Failed to delete a channel via Graph

Copper Contributor

I have a few Power Automate flows for deleting channels via Graph (Beta).

They worked well before till I found a lot of failures yesterday:

{
  "error": {
    "code""BadRequest",
    "message""Failed to execute Skype backend request GetThreadS2SRequest.",
    "innerError": {
      "date""2020-11-17T14:37:57",
      "request-id""fec4ca54-b0e0-4b39-9329-8d85dfff67a8",
      "client-request-id""fec4ca54-b0e0-4b39-9329-8d85dfff67a8"
    }
  }
}
 
Something wrong with the Graph API?
4 Replies

Now "Create Channel" via Graph doesn't work with the same error.

HELP!!!

@wn80sr , Can you provide your request and endpoint for the same? 

@Trinetra-MSFT 

The creation (action: Create a channel) worked this morning while the deletion (by calling Graph API) always failed.

Now, the creation failed again with the following response:

{
  "error": {
    "code""BadRequest",
    "message""Failed to execute Skype backend request GetThreadsS2SRequest.",
    "innerError": {
      "date""2020-11-18T07:10:09",
      "request-id""8b409373-685d-4a8b-be2d-c11a11fefd06",
      "client-request-id""8b409373-685d-4a8b-be2d-c11a11fefd06"
    }
  }
}
 

Very annoy!

 

@wn80sr Could you provide the request that you are trying and also tell me what endpoint is you trying out, is it v1.0 or beta?