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.Löschen Sie einen Batch mit Tickets nach ID. Gelöschte Tickets können innerhalb von 90 Tagen nach dem Löschen wiederhergestellt werden. Erfahren Sie mehr über das Wiederherstellen von Datensätzen.
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.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes