Skip to main content
DELETE
/
sequences
/
{id}
/
contacts
/
{contact_id}
Remove contact from sequence
curl --request DELETE \
  --url https://api.reply.io/v3/sequences/{id}/contacts/{contact_id} \
  --header 'X-API-Key: <api-key>'
{
  "title": "Validation Failed",
  "status": 349,
  "detail": "The scheduler with ID 'daily-9am' does not exist in your account",
  "errorCode": 1004
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string
required

Sequence ID

contact_id
integer
required

Contact ID

Query Parameters

removeFromAll
boolean
default:false

If true, removes the contact from all sequences instead of just the specified sequence

Response

Contact removed from sequence