Delete a payment method
How to delete an existing payment method via API
To delete a payment method, send a DELETE
request to the /api/payment_methods/:id
endpoint, where id
is the id of the payment method that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/payment_methods/:id
Example
The following request tries to delete the payment method identified by the ID "xYZkjABcde":
Last updated