action velopayments_withdraw_payout_v3 { label: "Withdraw Payout" description: "Withdraw Payout will remove the payout details from the rails but the payout will still be accessible in payout service in WITHDRAWN status." provider: velopayments method: DELETE path: "/v3/payouts/{payoutId}" encoding: json input: { type: "object" properties: { payoutId: { type: "string" format: "uuid" } } required: ["payoutId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }