# Delete a template.

Endpoint: DELETE /v2/projects/{project_id}/templates/{template_id}
Version: 2.0
Security: Basic, oAuth2

## Path parameters:

  - `project_id` (string, required)
    Required. The project ID.

  - `template_id` (string, required)
    Required. The ID of the template to delete.

## Response default fields (application/json):

  - `error` (object)

  - `error.code` (integer)

  - `error.details` (array)

  - `error.details.type_url` (string)

  - `error.details.value` (string)

  - `error.message` (string)

  - `error.status` (string)


