---
title: "Delete email component"
method: DELETE
path: "/email-components/{componentId}"
tags: ["Email Components"]
---

# Delete email component

`DELETE /email-components/{componentId}`

Deletes an email component. Emails that already rendered it keep their copied blocks. Deleting the pinned default footer makes new emails fall back to the generated footer.

## Path parameters

- `componentId` string, required

## Response `200`

Component deleted

- object
  - `success` boolean
  - `id` string

## Other responses

- `401` — Unauthorized
- `404` — Component not found

---

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