Delete the specified ticket
Scope:
operator
id
required
The id of the ticket to be deleted
message
The response message
status
The system response status. Will be ok or error
curl
example request
      
        1
curl -X DELETE -H "Content-Type: application/json"
      
      
        2
-H "Authorization: Bearer {{Oauth Token}}"
      
      
        3
https://developer.livehelpnow.net/api/ticket/{{1234567}}
      
    
  example response
      
        
          1
 {
        
        
          2
   "message"
: "Ticket 12345678 successfully deleted",
        
        
          3
   "status"
: "ok"
        
        
          4
 }