API Documentation - Version 0.3.0
Delete document
Deletes a document.
A document cannot be deleted if the claim is already reported.
DELETE /api/claims/:claim_id/documents/:id
Parameter
Name | Type | Required | Description |
---|---|---|---|
claim_id | ID | Yes | The claim ID to which the documents are to be delivered, e.g. C42RT8. |
id | ID | Yes | The ID of the document, e.g. XG8U3E |
Example of request:
curl -s -X DELETE -H "CS-API-KEY: <your key>" -H "Content-Type: application/json" https://www.claims-online.de/api/claims/C42RT8/documents/XG8U3E