Deleting ClaimContacts
Use the following endpoint to delete a ClaimContact:
- DELETE
/claim/v1/claims/{claimId}/contacts/{contactId}
For example, the following request deletes contact xc:202 from claim xc:404.
Command
DELETE /claim/v1/claims/xc:404/contacts/xc: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.