toloka.async_client.client.AsyncTolokaClient.delete_user_restriction
| Source code
async delete_user_restriction(self, user_restriction_id: str)
Unlocks existing restriction
Parameters | Type | Description |
---|---|---|
user_restriction_id | str | Restriction that should be removed. |
Examples:
toloka_client.delete_user_restriction(user_restriction_id='1')