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