Creating legacy public apps and project-based apps are temporary unavailable for new HubSpot accounts.
Learn more in our Trust Center.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/tickets/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Delete a batch of tickets by ID. Deleted tickets can be restored within 90 days of deletion. Learn more about restoring records.
curl --request POST \
--url https://api.hubapi.com/crm/v3/objects/tickets/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"id": "430001"
}
]
}
'This response has no body data.Was this page helpful?