cURL
curl --request DELETE \ --url https://api.dev.uselevers.com/api-service/v1/invoice/payment/{uuid} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a payment from an invoice
Authorization
Bearer <token>
uuid
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
Successful Response