huawei-cloud-api-definitions-DataArtsStudio 0.1.20250411

Huawei Cloud API definitions, generated from OpenAPI spec
Documentation
1
{"base_path":"/","components":null,"consumes":"[\"application/json;charset=UTF-8\"]","definitions":{"DeleteResult":{"description":"删除的最终返回结果,返回成功删除的对象个数。","properties":{"data":{"description":"删除的最终返回结果,返回成功删除的对象个数。","properties":{"value":{"description":"成功删除的对象个数","example":1,"format":"int32","type":"integer"}},"type":"object"}},"type":"object"},"IdsParam":{"properties":{"del_types":{"description":"删除物理表。\n枚举值:\n  - PHYSICAL_TABLE: 关系建模","enum":["PHYSICAL_TABLE"],"type":"string"},"ids":{"description":"ID列表,ID字符串。","items":{"type":"string"},"minItems":1,"type":"array","uniqueItems":true}},"required":["ids"],"type":"object"}},"description":null,"group_id":"23bb69798aaf409da161a43a90617121","host":"dayu.cn-north-4.myhuaweicloud.com","id":"648a139020094757b7da32d2e8b183b0","info_version":"v1","method":"delete","name":"DeleteCodeTable","parameters":{"contextTypeParam":{"description":"默认值:application/json;charset=UTF-8\n可选,有Body体的情况下必选,没有Body体则无需填写和校验。","in":"header","maxLength":64,"minLength":3,"name":"Content-Type","required":false,"type":"string"},"tenantIdParam":{"description":"项目ID,获取方法请参见[项目ID和账号ID](projectid_accountid.xml)。","in":"path","maxLength":64,"minLength":3,"name":"project_id","required":true,"type":"string"},"tenantXIdParam":{"description":"项目ID,获取方法请参见[项目ID和账号ID](projectid_accountid.xml)。\n\n多project场景采用AK/SK认证的接口请求,则该字段必选。","in":"header","maxLength":64,"minLength":3,"name":"X-Project-Id","required":false,"type":"string"},"tokenParam":{"description":"IAM Token,通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)\n使用Token认证时必选。","in":"header","maxLength":4096,"minLength":0,"name":"X-Auth-Token","required":true,"type":"string"},"workspaceParam":{"description":"工作空间ID,获取方法请参见[实例ID和工作空间ID](dataartsstudio_02_0350.xml)。","in":"header","maxLength":64,"minLength":3,"name":"workspace","required":true,"type":"string"}},"paths":{"/v2/{project_id}/design/code-tables":{"delete":{"description":"删除码表。","operationId":"DeleteCodeTable","parameters":[{"$ref":"#/parameters/tokenParam"},{"$ref":"#/parameters/workspaceParam"},{"$ref":"#/parameters/tenantIdParam"},{"$ref":"#/parameters/tenantXIdParam"},{"$ref":"#/parameters/contextTypeParam"},{"description":"需要被删除的码表ID数组。","in":"body","name":"DeleteCodeTableRequestBody","required":true,"schema":{"$ref":"#/definitions/IdsParam"}}],"produces":["application/json;charset=UTF-8"],"responses":{"200":{"description":"Success,返回data数据是删除个数。","schema":{"$ref":"#/definitions/DeleteResult"}},"400":{"$ref":"#/responses/400"},"401":{"$ref":"#/responses/401"},"403":{"$ref":"#/responses/403"},"404":{"$ref":"#/responses/404"}},"summary":"删除码表","tags":["码表管理接口"],"x-api-type":"doc-open","x-is-registered":"Y","x-request-examples-1":{"ids":["1230206616507449344","1230206580511875072"]},"x-request-examples-description-1":"根据请求参数,删除码表,返回的是成功删除的码表条数。","x-request-examples-url-1":"DELETE https://{endpoint}/v2/{project_id}/design/code-tables","x-support-sdk":"Y"}}},"product_short":"DataArtsStudio","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"删除码表","tags":"码表管理接口","uri":null,"version":"2.0"}