Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Deletes multiple steps from a sequence at once. Returns a map of step IDs that could not be processed with their error details.
Documentation Index
Fetch the complete documentation index at: https://docs.reply.io/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Sequence Id
List of step IDs to delete
Dictionary keyed by step ID. Only failed items appear; items not in the dictionary succeeded.
Possible per-item error codes:
| error | Meaning |
|---|---|
| 4 | NotFound — step does not exist or caller lacks permission |
| 5 | StepLocked — step cannot be deleted |
| 7 | StepLockedHasChildren — step has children that prevent deletion |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.