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.Exclua um lote de tickets por ID. Tickets excluídos podem ser restaurados em até 90 dias após a exclusão. Saiba mais sobre como [restaurar registros] (https://knowledge.hubspot.com/records/restore-deleted-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.Produtos suportados
Escopos Necessários