Remove Banner

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

Remove a specified banner. After removal, it will not be displayed on the app.

API address

POST: /v1.0/iot-03/app-contents/banners/{banner_id}/actions/unshelve

Request parameter

Parameter name Type IN Required Description
banner_id String uri true The ID of a specified banner.
operator String query 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/banners/1/actions/unshelve?operator=1

Return example

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

Error code

For more information, see error code.