---
title: "Remove Email Forwarding"
method: DELETE
path: "/me/email-forwarding/{email}"
tags: ["me"]
---

# Remove Email Forwarding

`DELETE /me/email-forwarding/{email}`

Remove email address from user's forwarding list.

Returns the full list of verified emails after successful removal.

## Path parameters

- `email` string, required

## Response `200`

Successful Response

- EmailForwardingListResponse — Response with user's email forwarding list.
  - `emails` string[], required — List of verified email addresses for forwarding

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
