ScalepointDeveloper Portal
Claim Page APIOperations

Deletes a file on a claim.

Works only when not impersonating.

DELETE
/api/claims/{ClaimId}/attachment

Works only when not impersonating.

Path Parameters

ClaimId*integer

ID of the claim

Formatint64
Range1 <= value <= 9223372036854780000

Query Parameters

AttachmentId*integer

ID of the attached file

Formatint64
Range1 <= value <= 9223372036854780000

Response Body

curl -X DELETE "https://example.com/api/claims/1/attachment?AttachmentId=1"
Empty