Skip to main content
POST
/
sequences
/
{id}
/
steps
/
bulk-delete
Bulk delete sequence steps
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/steps/bulk-delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence Id

Body

application/json
ids
integer[]
required

List of step IDs to delete

Response

Bulk delete results with any errors per step ID

{key}
object