Skip to main content
POST
/
crm-objects
/
v1
/
objects
/
tickets
/
batch-delete
Delete a group of tickets
curl --request POST \
  --url https://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete
{
  "ids": [
    176606,
    177919
  ]
}

Response

200 - application/json

Successful response - Delete an existing ticket

The response is of type object.

Last modified on December 12, 2025