---
title: "Delete an email channel"
method: DELETE
path: "/api/public/email-channel/{id}"
tags: ["email-channel"]
---

# Delete an email channel

`DELETE /api/public/email-channel/{id}`

Soft-deletes the channel and removes the verified sender from SendGrid. If no other channel uses the domain, the domain authentication is also removed.

## Path parameters

- `id` string, uuid, required

## Headers

- `x-api-key` string, required

## Response `200`

- object
  - `success` boolean

---

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