---
title: "Delete Cloud-Init Template"
method: DELETE
path: "/utilities/cloud-init/templates/{templateId}"
tags: ["Utilities"]
---

# Delete Cloud-Init Template

`DELETE /utilities/cloud-init/templates/{templateId}`

Delete one Cloud-Init template by ID and return its identity

## Path parameters

- `templateId` integer, required

## Response `200`

Template deleted

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalInterfacesServicesUtilitiesCloudInitTemplateIdentity
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesUtilitiesCloudInitTemplateIdentity
    - `id` integer
    - `name` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Invalid template ID
- `401` — Unauthorized
- `403` — Administrator access required
- `404` — Template not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
