Delete (deactivate) member payout account
curl --request DELETE \
--url https://app.mlm-platform.com/api/v1/members/{userId}/payout-accounts/{accountId} \
--header 'x-tenant-api-key: <api-key>'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"methodType": "<string>",
"category": "<string>",
"displayName": "<string>",
"countryCode": "<string>",
"currency": "<string>",
"providerType": "<string>",
"isPrimary": true,
"isActive": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}