---
title: "Remove a single sender email"
method: POST
path: "/single_sender_emails/remove"
tags: ["SINGLE SENDER EMAILS"]
---

# Remove a single sender email

`POST /single_sender_emails/remove`

Remove a single sender email address from your account. Include the address to remove as the email_address parameter.

## Request body

- object
  - `email_address` string, required — The email address to remove from your Single Sender Emails
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

Single sender email removed

- object
  - `request_id` string, required
  - `data` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
