メインコンテンツへスキップ
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}

パスパラメータ

object_type
enum<string>
必須

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

利用可能なオプション:
deals,
tickets
pipeline_id
string
必須

The ID of the pipeline you want to delete.

レスポンス

Successfully deleted pipeline

Last modified on April 13, 2026