Skip to main content
DELETE
/
v1
/
internal
/
hubspot
/
unlink
/
{obj_type}
/
{obj_id}
Unlink Object From Hubspot
curl --request DELETE \
  --url https://api.pulze.ai/v1/internal/hubspot/unlink/{obj_type}/{obj_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

obj_type
enum<string>
required
Available options:
contact,
company
obj_id
string
required

Response

Successful Response