Version: 202601
Delete theme custom template
DELETE/openapi/2026-01/themes/:theme_id/theme-templates/:template_id
Delete a custom template within the specified theme.
Request
Path Parameters
theme_id stringrequired
Theme ID this template belongs to
template_id stringrequired
Template ID to delete
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
json
{
"code": "string",
"message": "string",
"data": {}
}