Delete Banner

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

Delete a specified banner based on the banner ID.

API address

DELETE: /v1.0/iot-03/app-contents/banners/{banner_id}

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 Indicates whether the operation is successful.

Request example

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

Return example

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

Error code

For more information, see error code.