Passer au contenu principal
DELETE
/
crm
/
pipelines
/
2026-03
/
{objectType}
/
{pipelineId}
Supprimer le pipeline
curl --request DELETE \
  --url https://api.hubapi.com/crm/pipelines/2026-03/{objectType}/{pipelineId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

objectType
string
requis
pipelineId
string
requis

Paramètres de requête

validateDealStageUsagesBeforeDelete
boolean
défaut:false
validateReferencesBeforeDelete
boolean
défaut:false

Réponse

Last modified on April 14, 2026