HTTP API DELETE

The HTTP DELETE operation deletes the singular resource identified by the URI . There is no payload.

Consider the following CURL examples.

-- Delete Claim with id=5
curl -X DELETE 'http://hostName:port/[api-context-root]/generic/claims/5
-- Delete ClaimLine with id=8
curl -X DELETE 'http://hostName:port/[api-context-root]/generic/claimlines/8