Remove contacts from a sequence
Sequences
Remove contacts from a sequence
Removes contacts from an existing sequence (soft-delete). Idempotent: contacts not in the sequence are silently ignored. Returns 404 if the sequence is outside the API key scope.
DELETE
Remove contacts from a sequence
Authorizations
Enter your API Key (sk_live_xxx or sk_test_xxx)
Path Parameters
Body
application/json
Array of contact UUIDs (1–100). Duplicates and out-of-scope contacts are ignored silently.
Required array length:
1 - 100 elementsExample:
[
"123e4567-e89b-12d3-a456-426614174000",
"123e4567-e89b-12d3-a456-426614174001"
]Response
Contacts removed