Passer au contenu principal
DELETE
/
crm
/
objects
/
2026-03
/
{objectType}
/
{objectId}
Archiver
curl --request DELETE \
  --url https://api.hubapi.com/crm/objects/2026-03/{objectType}/{objectId} \
  --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

objectId
string
requis

ID de l'objet

objectType
string
requis

objectTypeId de type d'objet

Réponse

Last modified on April 14, 2026