Delete Category

Last Updated on : 2023-06-20 12:34:15download

Delete the category information on the app.

API address

DELETE: /v1.0/iot-03/app-contents/categories/{category_id}

Request parameter

Parameter name Type IN Required Description
category_id String uri true The ID of a specified category.
operator String query true The ID of a specified operator.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

DELETE: /v1.0/iot-03/app-contents/categories/1?operator=1

Return example

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

Error code

For more information, see error code.