Delete a ticket
Deletes a single ticket by its ID. This example demonstrates using the DELETE FROM statement with a WHERE clause specifying the ticket ID.
DELETE FROM Tickets WHERE Id=111
Deletes a single ticket by its ID. This example demonstrates using the DELETE FROM statement with a WHERE clause specifying the ticket ID.
DELETE FROM Tickets WHERE Id=111