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.Elimina un lote de tickets por ID. Los tickets eliminados pueden restaurarse en un plazo de 90 días desde su eliminación. Más información sobre restauración de registros.
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.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.
Supported products
Required Scopes