Pular para o conteúdo principal
DELETE
/
crm
/
v3
/
pipelines
/
{objectType}
/
{pipelineId}
Excluir um pipeline
curl --request DELETE \
  --url https://api.hubapi.com/crm/v3/pipelines/{objectType}/{pipelineId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Authorizations

Authorization
string
header
required

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

Path Parameters

objectType
string
required

O tipo de objeto do pipeline que está sendo excluído (ex.: negócios ou tickets)

pipelineId
string
required

O identificador exclusivo do pipeline a ser excluído.

Query Parameters

validateDealStageUsagesBeforeDelete
boolean
default:false

Indica se é necessário validar o uso das fases de negócio antes de excluir o pipeline.

validateReferencesBeforeDelete
boolean
default:false

Indica se é necessário validar as referências antes de excluir o pipeline.

Response

Last modified on December 8, 2025