Delete a 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.

trash-alt
Soft Deletion

Marks a payment method as inactive by updating the deleted_at timestamp

database
Data Retention

Retains the record in the database for compliance and reporting purposes

undo
Reactivation

Soft-deleted payment methods can be reactivated using the Update a Payment Method endpoint

Path Params
string
required
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json