Passer au contenu principal
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}

Paramètres de chemin

object_type
enum<string>
requis

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

Options disponibles:
deals,
tickets
pipeline_id
string
requis

The ID of the pipeline you want to delete.

Réponse

Successfully deleted pipeline

Last modified on April 2, 2026