Make a DELETE request.
@DELETE("deleteIssue")suspend fun deleteIssue(@Query("id") id: String)
Relative or absolute URL of the endpoint.