DELETEing documents
Use the following to DELETE documents:
- DELETE
/common/v1/documents/{documentId}
- DELETE
/claim/v1/claims/{claimId}/documents/{documentId}
For example, the following request DELETEs document xc:101:
Command
DELETE /common/v1/documents/xc:101
No request body is needed.