版本:202601
删除主题自定义模板
DELETE/openapi/2026-01/themes/:theme_id/theme-templates/:template_id
删除指定主题下的一个自定义模板。
请求
Path参数
theme_id string必填
模板所属主题 ID
template_id string必填
要删除的模板 ID
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
object
json
{
"code": "string",
"message": "string",
"data": {}
}