MCPcopy Create free account
hub / github.com/slackapi/python-slack-sdk / delete_group

Method delete_group

slack_sdk/scim/v1/async_client.py:235–241  ·  view source on GitHub ↗
(self, id: str)

Source from the content-addressed store, hash-verified

233 )
234
235 async def delete_group(self, id: str) -> GroupDeleteResponse:
236 return GroupDeleteResponse(
237 await self.api_call(
238 http_verb="DELETE",
239 path=f"Groups/{quote(id)}",
240 )
241 )
242
243 # -------------------------
244

Callers 1

test_groupsMethod · 0.95

Calls 2

api_callMethod · 0.95
GroupDeleteResponseClass · 0.85

Tested by 1

test_groupsMethod · 0.76