Deleting ClaimContacts

Use the following endpoint to delete a ClaimContact:

  • DELETE /claim/v1/claims/{claimId}/contacts/{contactId}

For example, the following request deletes contact cc:202 from claim cc:404.

Command

DELETE /claim/v1/claims/cc:404/contacts/cc:202

Request

<none>

Note that ClaimCenter had validation logic that may prevent the deletion of the ClaimContact. For example, you cannot delete a ClaimContact who is the reporter on a claim.