Function deleteTicketHandler
- deleteTicketHandler(req: Request<{
id: string;
}, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>): Promise<Response<any, Record<string, any>>>
-
Parameters
-
req: Request<{
id: string;
}, any, any, ParsedQs, Record<string, any>>
-
res: Response<any, Record<string, any>>
Returns Promise<Response<any, Record<string, any>>>
This controller will delete ticket with id
Author
aayushchugh