数据可视化 DLV-删除大屏:示例

时间:2025-02-12 14:52:23

示例

删除ID为ff80808167813a360167819d5b640045的大屏。

  • 请求示例
    DELETE https://{dlv_endpoint}/v1/{project_id}/screens/ff80808167813a360167819d5b640045{请求消息头}{    "workspaceId": "86ce107974ce4f93b618acb232863027"}
  • 成功响应示例
    {    "is_success": true,    "statusCode": 200,    "message": null}
  • 失败响应示例
    {    "errors": [        {            "error_code": "1004",            "error_msg": "The operation with the resource entity occur some error."        }    ]}
support.huaweicloud.com/api-dlv/dlv_02_0523.html