curl --request POST \ --url https://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete
Copy
Ask AI
"\nExample POST URL:\nhttps://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete\n\nExample POST data:\n{\n \"ids\": [\n 176606,\n 177919\n ]\n}\n\nReturns a 204 on success."
Tickets
Delete a group of tickets
Delete an existing ticket. Note: This action cannot be undone. Deleted tickets cannot be updated and there is no way to restore them
POST
/
crm-objects
/
v1
/
objects
/
tickets
/
batch-delete
Delete a group of tickets
Copy
Ask AI
curl --request POST \ --url https://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete
Copy
Ask AI
"\nExample POST URL:\nhttps://api.hubapi.com/crm-objects/v1/objects/tickets/batch-delete\n\nExample POST data:\n{\n \"ids\": [\n 176606,\n 177919\n ]\n}\n\nReturns a 204 on success."