https://api.sciener.com/v3/remote/delete
Delete a remote via APP SDK, then use this API delete from the cloud server.
POST, ContentType:application/x-www-form-urlencoded
curl --location -g --request POST 'https://api.sciener.com/v3/remote/delete' \--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \--data-urlencode 'remoteId=4242' \--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 |
| remoteId | Int | Y | remote ID,generated by Add remote |
| 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"}