Forum Discussion
wn80sr
Nov 17, 2020Copper Contributor
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?
- wn80srCopper Contributor
Now "Create Channel" via Graph doesn't work with the same error.
HELP!!!
- Trinetra-MSFTMicrosoft
wn80sr , Can you provide your request and endpoint for the same?
- wn80srCopper Contributor
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!