curl --request DELETE \
--url https://api.hubapi.com/crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} \
--header 'Authorization: Bearer <token>'This response has no body data.curl --request DELETE \
--url https://api.hubapi.com/crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId} \
--header 'Authorization: Bearer <token>'This response has no body data.Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
Der Objekttyp der Phase, die gelöscht wird (z. B. Deals oder Tickets)
Die eindeutige ID der Pipeline, aus der die Phase gelöscht wird.
Die eindeutige ID der Phase, die aus der Pipeline gelöscht werden soll.