toloka.client.TolokaClient.delete_user_skill
| Source code
delete_user_skill(self, user_skill_id: str)
Drop specific UserSkill
UserSkill
describes the skill value for a specific Toloker.
Parameters | Type | Description |
---|---|---|
user_skill_id | str | ID of the fact that the Toloker has a skill to delete. |
Examples:
toloka_client.delete_user_skill(user_skill_id='1')