Skip to main content
POST
Bulk delete sequence steps

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Sequence Id

Body

application/json
ids
integer[]
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:

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.