bee-products-delete

A product deletion skill based on the "Bee Website Builder" Open API. It is used to delete one or more products under a specified site language and supports batch deletion by product ID list.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bee-products-delete" with this command: npx skills add mouxiaming/bee-products-delete

bee-products-delete

Version: 2.0.1

Overview

Use the Bee Website Builder Open API to delete one or more products.

Supports batch deletion of product IDs under a specified language.


Input Parameters

api_key (string, Required)

API authentication key used to identify the caller and control interface access permissions.


language (string, Required)

Enabled site language.

⚠️ Must be selected manually from the list returned by bee-languages-get. AI inference or automatic generation is not allowed.


id_list (array of integers, Required)

Product ID list, up to 100 items.


Output Structure

Top-Level Structure

FieldTypeDescription
statusbooleanRequest status
msgstringResponse message
dataobject/nullReturned data

data

FieldTypeDescription
successarraySuccessfully deleted items
failarrayFailed deletion items

data.success[]

FieldTypeDescription
idintegerProduct ID
msgstringSuccess message

data.fail[]

FieldTypeDescription
idintegerProduct ID
msgstringFailure message

Dependencies

ParameterDependency skillField sourceMode
languagebee-languages-getlist[].languageselect

Usage Example

{
  "api_key": "your-api-key",
  "language": "en",
  "id_list": [
    18468028,
    18467384,
    18466967
  ]
}

Response Example

{
  "status": true,
  "msg": "Deleted successfully",
  "data": {
    "success": [
      {
        "id": 18468028,
        "msg": "Deleted"
      }
    ],
    "fail": [
      {
        "id": 18467384,
        "msg": "Data not found"
      }
    ]
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zhuyuanzhang Think Partner

基于朱元璋建国智慧,助你从零起步草创组织,设计稳定制度,平衡铁腕与怀柔,实现极端环境下的务实生存。

Registry SourceRecently Updated
General

Hotel Overbooking Response Kit

Prepare a calm front-desk response plan when a confirmed hotel room is denied or overbooked, including booking verification, policy checks, relocation asks,...

Registry SourceRecently Updated
General

Zhugeliang Think Partner

基于诸葛亮的隆中对、八阵图等经典智慧,助你全局战略规划、系统设计、心理博弈与资源优先级管理。

Registry SourceRecently Updated
General

Liubang Think Partner

基于刘邦智慧,助你识人用人,精准授权,战略取舍,凝聚团队,避实击虚,做好决策,实现逆境中的领导突破。

Registry SourceRecently Updated