Delete Timer Task of a Category

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

Delete the timer tasks of a specified category based on the device ID and the timer task group category.

API address

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

Request parameter

Parameter nameTypeINRequiredDescription
devIdStringuritrueThe device ID.
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

Return example

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

Error code

For more information, see error code.