cURL
curl --request DELETE \ --url https://api-staging.stablestack.xyz/api/payout/methods/{payout_method_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e" }'
200
merchantSuccess
{ "status": "success", "message": "Merchant payout method deleted successfully"}
API reference for deleting payout methods
customer_id
payout_method_id
{ "customer_id": "85b148ab-3f6b-4d55-917f-3c8de668a48e" }
ID of the payout method to delete
Payout method deleted successfully
The response is of type object.
object