delete https://apiprod.fattlabs.com/payment-method/
This function deletes a payment-method of a customer.
Soft-delete a payment method, making it inaccessible for future transactions. The payment method is not permanently deleted but is marked as deleted by setting the deleted_at timestamp.
Soft Deletion
Marks a payment method as inactive by updating the deleted_at timestamp
Data Retention
Retains the record in the database for compliance and reporting purposes
Reactivation
Soft-deleted payment methods can be reactivated using the Update a Payment Method endpoint
