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!