toloka.client.TolokaClient.delete_user_restriction
| Source code
delete_user_restriction(self, user_restriction_id: str)
Removes existing restriction.
Parameters | Type | Description |
---|---|---|
user_restriction_id | str | The ID of the restriction you want to remove. |
Examples:
toloka_client.delete_user_restriction(user_restriction_id='20974')
Last updated: August 28, 2023