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