`toloka.client.TolokaClient.delete_user_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L3562) ```python delete_user_skill(self, user_skill_id: str) ``` Removes a skill from a Toloker. Tolokers' skill values are described by the [UserSkill](toloka.client.user_skill.UserSkill.md) class.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add Toloka/docs --skill reference --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reference?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/toloka-reference-08be4f44)More formats (shields.io, HTML) on the badges page.
# delete_user_skill
`toloka.client.TolokaClient.delete_user_skill` | [Source code](https://github.com/Toloka/toloka-kit/blob/v1.2.1/src/client/__init__.py#L3562)
```python
delete_user_skill(self, user_skill_id: str)
```
Removes a skill from a Toloker.
Tolokers' skill values are described by the [UserSkill](toloka.client.user_skill.UserSkill.md) class.
## Parameters Description
| Parameters | Type | Description |
| :----------| :----| :-----------|
`user_skill_id`|**str**|<p>The ID of the Toloker's skill value.</p>
**Examples:**
```python
toloka_client.delete_user_skill(user_skill_id='54118009')
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!