Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/slackapi/python-slack-sdk
/ delete_user
Method
delete_user
slack_sdk/scim/v1/client.py:165–171 ·
view source on GitHub ↗
(self, id: str)
Source
from the content-addressed store, hash-verified
163
)
164
165
def
delete_user(self, id: str) -> UserDeleteResponse:
166
return
UserDeleteResponse(
167
self.api_call(
168
http_verb=
"DELETE"
,
169
path=f
"Users/{quote(id)}"
,
170
)
171
)
172
173
# -------------------------
174
# Groups
Callers
2
test_users
Method · 0.95
test_user_crud
Method · 0.45
Calls
2
api_call
Method · 0.95
UserDeleteResponse
Class · 0.85
Tested by
2
test_users
Method · 0.76
test_user_crud
Method · 0.36