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>'
This response does not have an example.

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