# Delete a template. Endpoint: DELETE /v1/projects/{project_id}/templates/{template_id} Version: 457aacb5 Security: Basic, oAuth2 ## Path parameters: - `project_id` (string, required) Required. The project ID. - `template_id` (string, required) Required. The ID of the template to fetch. ## 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)