https://api.sciener.com/v3/key/delete
This API will delete one ekey.
Common ekey user can request this API to delete it's ekey.
Lock administrator can request this API to delete a common ekey.
Alert: If the top administrator request this API to delete it's ekey,the lock will also be deleted,please make sure you have called Reset Lock method of APP SDK before you request this API, otherwise you'll lose the lock data and have to reset the lock manually.
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxxcurl --location -g --request POST 'https://api.sciener.com/v3/key/delete' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'keyId=27619' \--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| keyId | Int | Y | Ekey ID |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| errcode | Int | Error code |
| errmsg | String | Error message |
xxxxxxxxxx{"errcode": 0,"errmsg": "none error message"}