GigsHow to delete a gigDELETE https://cirro.io/api/v2/gigs/:idDescriptionYou can only delete a gig with start_at in the future.ExampleRuby clientcURL1client = CirroIOV2::Client.new(...) 2client.Gig.delete("1")