---
title: "Delete a transformation"
method: DELETE
path: "/transformations/{id}"
tags: ["Transformations"]
---

# Delete a transformation

`DELETE /transformations/{id}`

This endpoint permanently deletes a transformation. This action cannot be undone.

## Path parameters

- `id` string, required — Transformation ID

## Response `200`

An object with deleted transformation id

- object
  - `id` string, required — ID of the Transformation

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.net/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/versions/31da4ed27d31/schema)
