检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • DELETE Bucket - OBS GO SDK

          DELETE Bucket - OBS GO SDK

          DELETE Bucket API Description You can use this API to delete a bucket. The bucket to be deleted must be empty (containing no objects, noncurrent object versions, or part fragments).

          Help > API Reference > Bucket-Related APIs
        • Delete a Device - IoT Device Access

          Delete a Device - IoT Device Access

          Delete a Device Function This API is used by an application to delete a specific device from the IoT platform. If the device is connected to an indirectly connected device, you must delete the indirectly connected device first. This API can be used to delete a single device.

          Help > IoT Device Access > API Reference > API Reference on the Application Side > API > Device Management
        • DELETE Bucket - OBS PHP SDK

          DELETE Bucket - OBS PHP SDK

          DELETE Bucket API Description You can use this API to delete a bucket. The bucket to be deleted must be empty (containing no objects, noncurrent object versions, or part fragments). Method Definition 1. ObsClient->deleteBucket(array $parameter) 2.

          Help > OBS PHP SDK > API Reference > Bucket-Related APIs
        • Delete a Product - IoT Device Access

          Delete a Product - IoT Device Access

          Delete a Product Function This API is used by an application to delete a specific product model that has been imported to the IoT platform. This API can delete only the product but not the associated codec. If the product has devices, the product cannot be deleted.

          Help > IoT Device Access > API Reference > API Reference on the Application Side > API > Product Management
        • DELETE - GaussDB

          DELETE - GaussDB

          Suggestions delete To delete all records in a table, use the truncate syntax.

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x)
        • DELETE - GaussDB(DWS)

          DELETE - GaussDB(DWS)

          DELETE Function Delete data from an HStore table. Precautions To delete all the data from a table, you are advised to use the TRUNCATE syntax to improve performance and reduce table bloating.

          Help > GaussDB(DWS) > Hybrid Data Warehouse (8.1.3.x) > Hybrid Data Warehouse Syntax
        • DELETE - MapReduce Service

          DELETE - MapReduce Service

          DELETE Function This command is used to delete records from a Hudi table.

          Help > MapReduce Service > Component Operation Guide (LTS) > Using Hudi > Hudi SQL Syntax Reference > Hudi DML Syntax
        • DELETE - Data Lake Insight

          DELETE - Data Lake Insight

          DELETE Function This command is used to delete records from a Hudi table.

          Help > Data Lake Insight > Hudi SQL Syntax Reference > DLI Hudi SQL Syntax Reference > Hudi DML Syntax
        • DELETE - GaussDB

          DELETE - GaussDB

          DELETE [Rule] The DELETE statement must contain the WHERE clause to avoid full table scan. [Rule] Do not use ORDER BY or GROUP BY in the DELETE statement to avoid unnecessary sorting. [Rule] Use TRUNCATE instead of DELETE to clear a table.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Development and Design Proposal > Database Programming Specifications
        • DELETE - GaussDB(DWS)

          DELETE - GaussDB(DWS)

          WHERE ca_address_sk in (14891,14893,14895); Delete all data in customer_address_bak: 1 DELETE FROM customer_address_bak; Parent Topic: DML Syntax

          Help > GaussDB(DWS) > SQL Syntax Reference (8.1.3.x) > DML Syntax
        • Why Cannot I Delete a PV or PVC Using the kubectl delete Command? - Cloud Container Engine

          Why Cannot I Delete a PV or PVC Using the kubectl delete Command? - Cloud Container Engine

          Why Cannot I Delete a PV or PVC Using the kubectl delete Command? Symptom An existing PV or PVC cannot be deleted by running the kubectl delete command and it remains in the terminating state.

          Help > Cloud Container Engine > FAQs > Storage
        • Delete Approver - DataArts Studio

          Delete Approver - DataArts Studio

          Delete Approver Function Delete an approver. Calling Method For details, see Calling APIs. URI DELETE /v2/{project_id}/design/approvals/users Table 1 Path Parameters Parameter Mandatory Type Description project_id Yes String Project ID.

          Help > DataArts Studio > API Reference > DataArts Architecture APIs > Approval Management
        • Delete an Attachment - Service Tickets

          Delete an Attachment - Service Tickets

          Delete an Attachment Function Delete an attachment.

          Help > Service Tickets > API Reference > API v2 (Recommended) > Attachment Management
        • Delete an Instance - IoT Device Access

          Delete an Instance - IoT Device Access

          Delete an Instance Function This API is used to delete an IoTDA instance with the pay-per-use billing mode. Debugging You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.

          Help > IoT Device Access > API Reference > API Reference on the Application Side > API > Instance Management
        • Delete a tag. - DataArts Studio

          Delete a tag. - DataArts Studio

          Delete a tag. Function This API is used to delete an asset tag based on the ID of an asset (table or attribute). Calling Method For details, see Calling APIs.

          Help > DataArts Studio > API Reference > DataArts Architecture APIs > Tag API
        • Delete a Bridge - IoT Device Access

          Delete a Bridge - IoT Device Access

          Delete a Bridge Function This API is used by an application to delete a specific bridge from the IoT platform. Debugging You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.

          Help > IoT Device Access > API Reference > API Reference on the Application Side > API > Bridge Management
        • Delete a Rule - IoT Device Access

          Delete a Rule - IoT Device Access

          Delete a Rule Function This API is used by an application to delete a specific rule from the IoT platform. Debugging You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.

          Help > IoT Device Access > API Reference > API Reference on the Application Side > API > Rule Management
        • DELETE - GaussDB

          DELETE - GaussDB

          Precautions The owner of a table, users granted the DELETE permission on the table, or users granted the DELETE ANY TABLE permission can delete data from the table.

          Help > GaussDB > Developer Guide(Centralized_V2.0-8.x) > SQL Reference > SQL Syntax > D
        • DELETE - GaussDB

          DELETE - GaussDB

          Precautions The owner of a table, users granted the DELETE permission on the table or the DELETE ANY TABLE permission can delete data from the table. When separation of duties is disabled, system administrators have this permission by default.

          Help > GaussDB > Developer Guide(Distributed_V2.0-8.x) > SQL Reference > SQL Syntax > D
        • DELETE - GaussDB

          DELETE - GaussDB

          Precautions The owner of a table, users granted with the DELETE permission on the table, or users granted with the DELETE ANY TABLE permission can delete data from the table.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > SQL Syntax
        Total results: 10000
        • Previous
        • 1
        • 2
        • 3
        • 4
        • 5
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement