Home
FrançaisEspañol
FrançaisEspañol
  • Home
  • Solutions  
    • For Insurance
    • For Real-Estate
  • Resources  
    • Blog
    • API documentation
  • About us  
    • Company
    • Team
    • Contact us
FrançaisEspañol
FrançaisEspañol
Login Login Request Demo

SimpleAPI Available versions: 1.0 2.0

  • Introduction
    • Authorization
    • Integration flow
  • Company controller for Partners
    • addCompany
    • getCompany
  • Company controller
    • updateCompany
    • getCompanyDetails
  • User controller
    • getUser
    • getUsers
    • addUser
    • updateUser
  • Customer controller
    • getCustomer
    • getCustomers
    • addCustomer
    • updateCustomer
  • Invoice Controller
    • getInvoice
    • deleteInvoice
    • addInvoice
    • getInvoices
    • getPaymentForm
    • updateInvoice
    • updateInvoiceStatus
  • Deposit Controller
    • getDeposit
  • Location Controller
    • getCountries
    • getProvinces
  • Transfer controller
    • addTransfer
    • updateTransfer
    • getTransfer
    • getTransfers
  • Heartbeat Controller
    • getStatus
  • Webhook controller
    • getEvents
    • Notification examples
    • Notification events
NAV

deleteInvoice

DELETE /v2/invoice/delete

This API call allows developers to delete invoices for specific customers in SimplePin.
 

Parameters
Name
Description
uuid string (optional)
invoice_id string (optional)
invoice_number string (optional)
send boolean (optional)
Response Messages
Code
Description
200
OK
204
No Content
401
Unauthorized
403
Forbidden
  • JSON
  • XML
Response Body 
             
             
          
Response Schema 
{ } Unit
Response Body 
             
             
          
Response Schema 
{ } Unit