delete Ticket

suspend fun deleteTicket(projectId: String, ticket: TicketRevenue): JsonObject

Method to request to delete a ticket

Return

the result of the request as JsonObject

Parameters

projectId

The identifier of project revenue where delete a ticket

ticket

The ticket to delete