Documentation
Log In
Documentation

Delete invoice

This API deletes a specific invoice.

📘

Authentication Route

This route is secured with processor and vendor token authentication.

Endpoint

   /3p/api/v1/users/{user_uuid}/invoices/{invoice_uuid}

 

Response

{
    "status": true,
    "message": "The invoice has been successfully deleted.",
    "data": [],
    "errors": null,
    "error_code": null
}

Errors & Warnings

CodeMessage
401
403
422