API ERRORS

409 List has in-flight sequences

https://sealdeal.ai/errors/list-has-in-flight-sequences

Deleting this list would strand sequences that are mid-cadence: the list disappears while its prospects keep receiving later steps.

Retry only after changing the request

What causes it

  • One or more sequences on the list are still running.

How to fix it

  • Retry with `?force=true` to pause those sequences first, or pause them yourself and retry. `detail` reports how many are in flight.

Example response

HTTP/1.1 409
Content-Type: application/problem+json

{
  "type": "https://sealdeal.ai/errors/list-has-in-flight-sequences",
  "title": "List has in-flight sequences",
  "status": 409,
  "detail": "..."
}

`type` is stable and safe to branch on in code. `detail` is specific to your request and is the field to read for the particulars; its wording may change.

All error types · API documentation · Integrations

Related errors: 404 Not found · 400 Bad request · 409 Conflict · 422 Stage gate not met