Last Updated on : 2023-12-07 03:33:51download
Delete the user information on the smart locks based on the device ID and user ID.
POST: /v1.0/smart-lock/devices/{device_id}/users/{user_ids}/actions/delete-users-issue
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
user_ids | String | uri | true | The list of user IDs, separated with commas (,). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
POST: /v1.0/smart-lock/devices/6c982a30639b8f6338****/users/36731***/actions/delete-users-issue
{
"result": true,
"t": 1624854038740,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback