Skip to main content
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": "430001"
    }
  ]
}
'
This response has no body data.

Supported products

Body

application/json
inputs
object[]
required

Response

Last modified on March 30, 2026