Theme

Payouts

Delete a Payout

DELETE https://cirro.io/api/v2/payouts/:id

Description

Allows to delete a payout if it's not billed.

Example

1client = CirroIOV2::Client.new(...)
2client.Payout.delete(1)
Previous
Create