Path Parameters
The account’s external ID (starts with acc_)
The beneficiary’s external ID (starts with ben_)
The payout destination’s external ID (starts with dest_)
Response
The payout destination identifier that was deactivated
Always returns "payout_destination"
Response Example
{
"id": "dest_1234567890abcdef",
"object": "payout_destination",
"deleted": true
}