DELETE
/
crm-pipelines
/
v1
/
pipelines
/
{object_type}
/
{pipeline_id}
Delete an existing pipeline
curl --request DELETE \
  --url https://api.hubapi.com/crm-pipelines/v1/pipelines/{object_type}/{pipeline_id}

Path Parameters

object_type
enum<string>
required

The object type of the pipeline that you want to delete. Must be one of: deals, tickets

Available options:
deals,
tickets
pipeline_id
string
required

The ID of the pipeline you want to delete.

Response

204

Successfully deleted pipeline