Skip to main content
DELETE
/
v3
/
sequences
/
{id}
/
email-account-links
/
{email_account_id}
Remove email account from sequence
curl --request DELETE \
  --url https://api.reply.io/v3/sequences/{id}/email-account-links/{email_account_id} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Sequence ID

email_account_id
integer<int64>
required

Email Account ID to unlink

Response

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

Empty body