Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_groups
Method · 0.95
test_group_crud
Method · 0.45
Calls
2
api_call
Method · 0.95
GroupDeleteResponse
Class · 0.85
Tested by
2
test_groups
Method · 0.76
test_group_crud
Method · 0.36