void Books.invoice_delete_in_books(int Draft_Invoice_ID) { books_access = thisapp.Books.Get_Books_Access(); conn_tok = books_access.get("connection"); org_id = books_access.get("organisation_id"); //new api ur del_book = invokeurl [ url :"https://www.zohoapis.in/books/v3/invoices/" + input.Draft_Invoice_ID + "?organization_id=60015333461" type :DELETE connection:"zoho_inventory" ]; // del_book = invokeurl // [ // url :"https://www.zohoapis.in/books/v3/invoices/" + input.Draft_Invoice_ID + "?organization_id=60015333461" // type :DELETE // connection:"zoho_inventory" // ]; info del_book; }