Delete ekey
https://api.sciener.com/v3/key/delete
Call this api to delete common ekeys and admin ekey
All ekeys and passcodes will be deleted from server when you delete the admin ekey
1. Description
Name Type Required Description
clientId String Y The app_id which is assigned by system when you create an application
accessToken String Y Access token
keyId Int Y ekey ID
date Long Y Current time (timestamp in millisecond)
2.Response
Parameter Type Description
errcode Int Error code
errmsg String Error message
3.Example of response
{
    "errcode": 0, 
    "errmsg": "none error message",
    "description": "none error message or means yes"
}