Delete a klarna payment
How to delete an existing klarna payment via API
To delete 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.
Request
DELETE https://yourdomain.commercelayer.io/api/klarna_payments/:id
Example
The following request tries to delete the klarna payment identified by the ID "xYZkjABcde":
Last updated