---
title: "Remove email account from sequence"
method: DELETE
path: "/v3/sequences/{id}/email-account-links/{email_account_id}"
tags: ["Sequence Email Accounts"]
---

# Remove email account from sequence

`DELETE /v3/sequences/{id}/email-account-links/{email_account_id}`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Unlinks an email account from the sequence. The email account itself is not deleted.

## Path parameters

- `id` integer, required
- `email_account_id` integer, required

## Response `204`

Email account removed from sequence. The response body is empty.

- unknown

## Other responses

- `400` — Invalid id or email_account_id parameter
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to modify this sequence
- `404` — Sequence or email account link not found
- `429` — Too Many Requests

---

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