Remove Content

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

Remove a specified content. After removal, you cannot view the content on the app.

API address

POST: /v1.0/iot-03/app-contents/actions/unshelve

Request parameter

Description of body

Parameter name Type IN Required Description
content_ids List true The list of content IDs.
operator String true The ID of a specified operator.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

POST: /v1.0/iot-03/app-contents/actions/unshelve
{ "content_ids": [ "1", "2" ], "operator": "1" }

Return example

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

Error code

For more information, see error code.