# Delete template

Deletes the template. Please make sure the template is not used in flows and automations as this operation is irreversible.

Endpoint: DELETE /beta/templates/{templateId}
Version: beta
Security: ApiKeyAuth

## Path parameters:

  - `templateId` (string, required)
    The template id

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)

