Delete Timer Task

Last Updated on : 2023-12-07 03:33:52

Delete a timer task under a category of the device group.

API address

DELETE: /v1.0/devices/{devId}/timers/categories/{category}/groups/{groupId}

Request parameter

Parameter nameTypeINRequiredDescription
devIdStringuritrueThe device ID.
groupIdStringuritrueThe ID of a specified timer task group.
categoryStringuritrueThe category of a specified timer task group.

Return parameter

Parameter nameTypeDescription
resultBooleanThe returned result.

Request example

DELETE: /v1.0/devices/vdevo15445800464****/timers/categories/100/groups/000***2ftg

Return example

{
    "result": true,
    "success": true
}

Error code

For more information, see error code.