Delete a Saved Payment Method Using the sObject API
Use the SavedPaymentMethod sObject API to delete a Saved Payment Method (SPM) record directly in Salesforce.
Resource
/services/data/{version}/sobjects/SavedPaymentMethod
Resource example
https://<my-domain>.salesforce.com/services/data/66.0/sobjects/SavedPaymentMethod/12qSxxxxx000qKsHYAU
HTTP method
DELETE
You can also delete a SPM record directly from the Salesforce UI. Here’s a sample UI showing the implementation of the delete action.

See Also