curl --request DELETE \
--url https://services.leadconnectorhq.com/invoices/template/{templateId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}API to update an template by template id
curl --request DELETE \
--url https://services.leadconnectorhq.com/invoices/template/{templateId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Template Id
"6578278e879ad2646715ba9c"
location Id / company Id based on altType
"6578278e879ad2646715ba9c"
Alt Type
location "location"
Successful response
success
true
Was this page helpful?