PayoutsDelete a PayoutDELETE https://cirro.io/api/v2/payouts/:idDescriptionAllows to delete a payout if it's not billed.ExampleRuby clientcURL1client = CirroIOV2::Client.new(...) 2client.Payout.delete(1)