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

Method delete_group

slack_sdk/scim/v1/client.py:232–238  ·  view source on GitHub ↗
(self, id: str)

Source from the content-addressed store, hash-verified

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

Callers 2

test_groupsMethod · 0.95
test_group_crudMethod · 0.45

Calls 2

api_callMethod · 0.95
GroupDeleteResponseClass · 0.85

Tested by 2

test_groupsMethod · 0.76
test_group_crudMethod · 0.36