OrgSequencesSequenceidEnrollments

Stop people mid-sequence

The off switch. Clears `next_run_at`, which is what actually takes the row out of the runner's sight, and records a manual exit rather than deleting the row — so the timeline still says why the outreach stopped. People who had already finished are left alone.

DELETE
/org/sequences/{sequenceId}/enrollments

The off switch. Clears next_run_at, which is what actually takes the row out of the runner's sight, and records a manual exit rather than deleting the row — so the timeline still says why the outreach stopped. People who had already finished are left alone.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Path Parameters

sequenceId*string
Formatuuid

Request Body

application/json

org_contact_ids*array<>
Items1 <= items <= 200

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/org/sequences/497f6eca-6276-4993-bfeb-53cbbbba6f08/enrollments" \  -H "Content-Type: application/json" \  -d '{    "org_contact_ids": [      "497f6eca-6276-4993-bfeb-53cbbbba6f08"    ]  }'
{
  "data": {
    "stopped": -9007199254740991
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}