1. API Description
api request domain name:
iot.cloud.tencent.com/api/exploreropen/tokenapi.
This interface (AppDeleteTimer) is used to delete device scheduling.2. Input Parameter
Name | Type | Required | Description |
AccessToken | String | Yes | Common parameter. AccessToken is used for user authentication of a logged-in user. |
RequestId | String | Yes | Common parameter. Unique request ID can be generated manually. It is recommended to use uuid. When locating issues, you need to provide the RequestId for the request. |
Action | String | Yes | Common parameter. This interface takes values AppDeleteTimer. |
ProductId | String | Yes | Modify the product ID corresponding to the timer. |
DeviceName | String | Yes | Device name corresponding to the timer. |
TimerId | String | Yes | Timer ID. |
3. Output Parameter
Name | Type | Description |
RequestId | String | Common parameter. Unique request ID is the same as the input parameter. When locating issues, you need to provide the RequestId for the request. |
4. Example
Input Example
POST https://iot.cloud.tencent.com/api/exploreropen/tokenapi HTTP/1.1content-type: application/json{"RequestId": "req_1","Action": "AppDeleteTimer","ProductId": "US4*****IK","DeviceName": "411_3","TimerId":"e0e23a2b33a24652b6**********a1cf","AccessToken": "c1******************847e"}
Output sample: successful
{"Response": {"RequestId": "req_1"}}
5. Error Code
Error Code | Description |
InternalError | Internal error. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidAccessToken | The Token is invalid. |