Permanently delete a saved payment method. This action is irreversible.
DELETE /v1/beneficiaries/payment-methods/delete/{id}
Path parameters
The ID of the beneficiary payment method to delete.
Deleting a payment method is permanent and cannot be undone.
curl -X DELETE 'https://api.yativo.com/api/v1/beneficiaries/payment-methods/delete/pm-a1b2c3d4-e5f6-7890-abcd-ef1234567890' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"message": "Record deleted successfully"
}