---
title: "Delete Inbound Email"
method: DELETE
path: "/v4/inbound-email/{inbound_email_id}"
tags: ["Inbound Email"]
---

# Delete Inbound Email

`DELETE /v4/inbound-email/{inbound_email_id}`

Permanently delete an inbound email address. It will stop accepting emails.

**Note:** Deletion is immediate and cannot be undone. Any emails received after
deletion will be rejected.

## Path parameters

- `inbound_email_id` string, required

## Response `200`

Inbound email deleted

- object
  - `msg` string
  - `status` string

## Other responses

- `401` — Unauthorized. This can happen if the `x-api-key` header is missing.
- `404` — Inbound email not found

---

[API](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech.md) · [All operations](https://skmtc.net/casparser/apis/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casparser/cas-parser-track-portfolios-from-cdsl-nsdl-cams-kfintech/revisions/fa7d3aae2ab9/schema)
