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

Method delete_user

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

Source from the content-addressed store, hash-verified

166 )
167
168 async def delete_user(self, id: str) -> UserDeleteResponse:
169 return UserDeleteResponse(
170 await self.api_call(
171 http_verb="DELETE",
172 path=f"Users/{quote(id)}",
173 )
174 )
175
176 # -------------------------
177 # Groups

Callers 1

test_usersMethod · 0.95

Calls 2

api_callMethod · 0.95
UserDeleteResponseClass · 0.85

Tested by 1

test_usersMethod · 0.76