Beneficiary
Delete Payout Method
API reference for deleting payout methods
DELETE
Permanently deletes a payout method.
Key Features:
- Deletes both merchant-owned and customer-specific payout methods
- For merchant methods: No request body required
- For customer methods: Must include
customer_id
in request body - Returns appropriate success message based on method ownership
- Returns 404 if payout method doesn’t exist or access denied
Request:
Path Parameters:
payout_method_id
: UUID of the payout method to delete
Request Body (for customer methods only):
Headers
Path Parameters
ID of the payout method to delete
Body
application/json
Response
200
application/json
Payout method deleted successfully
The response is of type object
.