Secure Payments API DELETE Customer Note
General
Deleting a customer note is one of the customer options available through the Secure Payments (formerly PCI Wallet) API.
DELETE customers/{id}/note/{note-id}
Delete a note from a customer:
curl -X DELETE --header 'Accept: application/json' --header 'authorization: YOUR AUTH' --header 'secret: YOUR SECRET' 'https://pciwallet.simnang.com/api/customers/"customer id"/note/"note id"'