Skip to main content
POST
https://api.aisa.one/apis/v1
/
apollo
/
emailer_campaigns
/
remove_or_stop_contact_ids
Update Contact Status in a Sequence
curl --request POST \
  --url https://api.aisa.one/apis/v1/apollo/emailer_campaigns/remove_or_stop_contact_ids \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

emailer_campaign_ids[]
string[]
required

Sequence IDs.

contact_ids[]
string[]
required

Contact IDs.

mode
string
required

One of: mark_as_finished, remove, stop.

Response

Successful response

success
boolean

Whether the update succeeded (when returned).