Forum Discussion

wn80sr's avatar
wn80sr
Copper Contributor
Nov 17, 2020

Failed to delete a channel via Graph

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?
  • wn80sr's avatar
    wn80sr
    Copper Contributor

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

    HELP!!!

      • wn80sr's avatar
        wn80sr
        Copper Contributor

        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!

         

Resources