{ "opencollection": "1.0.0", "info": { "name": "Lane Signature API", "version": "1.3.43" }, "items": [ { "info": { "name": "Signature", "type": "folder" }, "items": [ { "info": { "name": "Delete single customer signature record", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/delete-signature", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete single customer signature record" } ] } ], "bundled": true }