{ "opencollection": "1.0.0", "info": { "name": "connect Address Management Document Management API", "version": "v1" }, "items": [ { "info": { "name": "Document Management", "type": "folder" }, "items": [ { "info": { "name": "Delete Document By Reference", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bics.com/connect/v1/addresses/:reference/documents/:documentReference", "params": [ { "name": "reference", "value": "", "type": "path", "description": "Identifier of the address" }, { "name": "documentReference", "value": "", "type": "path", "description": "Identifier of the document" } ] }, "docs": "Delete a proof document linked to one of your addresses. You can only delete existing documents when the status of the document is 'Submitted', 'Rejected' or 'Declined'.\n\nThe Address reference and document reference must be specified in the url." } ] } ], "bundled": true }