Passer au contenu principal
DELETE
/
crm
/
pipelines
/
2026-03
/
{objectType}
/
{pipelineId}
/
stages
/
{stageId}
Supprimer une étape de pipeline
curl --request DELETE \
  --url https://api.hubapi.com/crm/pipelines/2026-03/{objectType}/{pipelineId}/stages/{stageId} \
  --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
stageId
string
requis

Réponse

Last modified on April 14, 2026