Skip to main content
DELETE
/
payments
/
{paymentId}
Delete a payment by its id
curl --request DELETE \
  --url https://api.leanpay.fr/v1/public/payments/{paymentId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

paymentId
string<uuid>
required

Id of the payment

Response

Payment deleted