POST
/
crm
/
v3
/
objects
/
contracts
/
batch
/
archive
Archive a batch of contracts by ID
curl --request POST \
  --url https://api.hubapi.com/crm/v3/objects/contracts/batch/archive \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": [
    {
      "id": "<string>"
    }
  ]
}'
This response has no body data.
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

private-app-legacy
string
header
required

Body

application/json