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