Payouts
Delete a Payout
DELETE
https://api.cirro.io/v2/payouts/:id
Parameters
No parameters needed.
Allows to delete a payout if it's not billed.
Example
1client = CirroIOV2::Client.new(...)
2client.Payout.delete(1)