Delete ekey

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.

1 Request example

POST, ContentType:application/x-www-form-urlencoded

2 Request parameters

NameTypeRequiredDescription
clientIdStringYclient_id from Create application
accessTokenStringYAccess token,refer to: Get access token
keyIdIntYEkey ID
dateLongYCurrent time (timestamp in millisecond)

3 Response and example

ParameterTypeDescription
errcodeIntError code
errmsgStringError message