Connectors
...
Actions
Delete Ticket by ID
5 min
description removes a ticket and its related objects from halopsa using the provided unique id endpoint url /api/tickets/{{id}} method delete inputs parameters (object) reason (string) the reason for ticket's deletion path parameters (object) – required id (string) – required the ticket's id output example \[ { "status code" 200, "response headers" { "content type" "text/html; charset=utf 8", "x hsci cache time" "2024 10 21t12 01 22 328z", "content encoding" "gzip", "expires" "mon, 21 oct 2024 12 08 57 gmt", "cache control" "max age=0, no cache, no store", "pragma" "no cache", "date" "mon, 21 oct 2024 12 08 57 gmt" }, "reason" "ok", "json body" {} } ] output parameters status code (number) reason (string) json body (object) response headers header type content type string x hsci cache time string content encoding string expires string cache control string pragma string date string