Transfer and Delete Pipeline
POST {{api-domain}}/crm/v3/settings/pipeline/actions/transfer?layout_id={{layout_id}}
To delete a pipeline and transfer the associated stages to another pipeline. Please see our API documentation for more information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
layout_id | string |
RESPONSES
status: OK
{"transfer_pipeline":[{"code":"SUCCESS","details":{"job_id":"41508680000054587343"},"message":"transfer pipeline scheduled successfully","status":"success"}]}