Skip to main content
POST
Remove clients from a pipeline

Autorizaciones

Authorization
string
header
requerido

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Parámetros de ruta

pipeline_id
integer
requerido

ID of the pipeline. Shown in the Salesflow editor URL and in the pipeline settings.

Cuerpo

application/json

Remove clients from a pipeline.

client_ids
integer[]
requerido

IDs of the clients to remove.

Respuesta

OK

Response for pipeline add/remove/move operations.

status
string
requerido

Response status

Allowed value: "success"
message
string
requerido

Human-readable message

success_count
integer
predeterminado:0

Clients processed successfully.

skipped_count
integer
predeterminado:0

Clients skipped (already on the pipeline, or not found on it).