DELETEing documents

Use the following to DELETE documents:

  • /common/v1/documents/{documentId}
  • /claim/v1/claims/{claimId}/documents/{documentId}

For example, the following request DELETEs document xc:101:

PATCH /common/v1/documents/xc:101
      
<no request body>