**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` string (required)

  Theme ID this template belongs to
- `template_id` string (required)

  Template ID to delete

## Responses

**200**

OK

**application/json**

**Schema | Example**

**Schema**

- `code` string

  error code
- `message` string

  error message
- `data` object

  - `` object

```json
{
  "code": "string",
  "message": "string",
  "data": {}
}
```
