v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence 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

idsinteger[] required

List of step IDs to delete

Response

Dictionary keyed by step ID. Only failed items appear; items not in the dictionary succeeded.

Possible per-item error codes:

Error codeMeaning
notFoundStep does not exist or caller lacks permission
stepLockedStep cannot be deleted
stepLockedHasChildrenStep has children that prevent deletion
object required