Saltar al contenido principal
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
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Respuesta

200 - application/json

Successful response - Delete an existing ticket

The response is of type object.

Last modified on April 13, 2026