curl --request POST \
--url https://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete{
"ids": [
176606,
177919
]
}Delete an existing ticket. Note: This action cannot be undone. Deleted tickets cannot be updated and there is no way to restore them
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.
Scope requirements
Successful response - Delete an existing ticket
The response is of type object.