v1
latestOpenAPI 3.1.02026-07-26359254.7 MBSequence Steps
Bulk delete sequence steps
<small>Requires the sequences:write scope (or a broader one that includes it).</small>
Deletes multiple steps from a sequence at once. Returns a map of step IDs that could not be processed with their error details.
post/v3/sequences/{id}/steps/bulk-delete
Path parameters
idinteger required
Sequence Id
Request body
Response
Dictionary keyed by step ID. Only failed items appear; items not in the dictionary succeeded.
Possible per-item error codes:
| Error code | Meaning |
|---|---|
| notFound | Step does not exist or caller lacks permission |
| stepLocked | Step cannot be deleted |
| stepLockedHasChildren | Step has children that prevent deletion |
object required