> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kodostatus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Custom Template

> Remove the custom HTML template and revert to the default status page layout

## Path Parameters

<ParamField path="id" type="string" required>
  The status page ID
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether the template was cleared successfully
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE "https://kodostatus.com/api/v1/status-pages/550e8400-e29b-41d4-a716-446655440000/template" \
    -H "X-API-Key: your_api_key"
  ```
</RequestExample>

<ResponseExample>
  ```json theme={null}
  {
    "success": true
  }
  ```
</ResponseExample>
