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
]
}Scope requirements
Successful response - Delete an existing ticket
The response is of type object.
Was this page helpful?