删除组件模板 API
编辑删除组件模板 API编辑
删除现有的组件模板。
response = client.cluster.delete_component_template( name: 'template_1' ) puts response
DELETE _component_template/template_1
提供的 <component-template> 可以包含用逗号分隔的多个模板名称。如果指定了多个模板名称,则不支持通配符,提供的名称应与现有组件模板完全匹配。
请求编辑
DELETE /_component_template/<component-template>
路径参数编辑
-
<component-template>
- (必需,字符串) 用于限制请求的组件模板名称的逗号分隔列表或通配符表达式。