cURL
curl --request DELETE \ --url https://api.withacclaim.com/v1/payees/{payee_id}/payout_methods/{payout_method_id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "invalid_request", "message": "Missing required field: amount", "details": {}, "request_id": "req_7lYt4o2x" } }
Payout methods that have been used in a transaction cannot be deleted; return 403 in that case. Deactivate instead.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the payee.
ID of the payout method.
Payout method deleted.