Delete Invoice Payment

DELETE/api/invoice-payments/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X DELETE "https://yoursite.com/api/invoice-payments/123" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

HTTP/1.1 200 OK
{
  "status": 200,
  "messages": {"success": "Payment delete success"}
}
MethodDELETE
Path/api/invoice-payments/{id}
GroupInvoice Payments
Sincev1.0.0
Defined inRestApi/Controllers/InvoicePaymentsController.php