Skip to main content

Hi there,


Just a ticket to mention Delete Group method in the V2 Mutation API is not working whil I get a deleted “tru” result. Awkward!


Example,

Payload sent:

{"query":"mutation {\\ndelete_group (board_id:804412871, group_id: \\"sso_extended\\") {\\nid\\ndeleted\\n}\\n}","variables":{}}


Result I got:

"data": { "data": { "delete_group": { "id": "sso_extended", "deleted": true } }, "account_id": 5038486


When logging to monday a few minutes later, the corresponding group is still there!

Capture d’écran 2020-10-19 à 16.19.28

Hey @tomgoirand - that’s an odd one. Let me check in with the team and see if we can re-create on our end - more to come.


-Daniel


Hi @tomgoirand!


Apologies for the late reply. It’s been a while so I’m going to close this thread.


I just tested this out on my end and was not able to reproduce. If you’re still experiencing this issue, please start a new thread.


Thank you so much!


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.