Claim Page APIOperations
Deletes a file on a claim.
Works only when not impersonating.
Works only when not impersonating.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Query Parameters
AttachmentId*integer
ID of the attached file
Format
int64Range
1 <= value <= 9223372036854780000Response Body
curl -X DELETE "https://example.com/api/claims/1/attachment?AttachmentId=1"Empty