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