🛫
XClaim API Partner Docs
  • Introduction
  • Authentication
  • Claim Creation Workflows
    • Appendix
  • First Notice Of Loss (FNOL)
    • Get Claim Selector
    • Get Claim Types
    • Get Fnol
  • Claims
    • Create a new Claim
    • List of all claims
    • Update an existing Claim
    • Get Claim
    • Claim Policy Details
    • List of claims by booking reference
    • List of claims by claim type
    • Claim Files
      • Upload File
      • Upload File for an Existing Claim
      • List of Files by Claim
      • Get File
      • Delete File
  • Webhooks
    • Overview
    • Verifying signatures
    • Claim Webhooks
  • Integrations
    • Cancel For Any Reason (CFAR)
    • Claim Eligibility
      • Get Claim Eligibility Check
Powered by GitBook
On this page
  1. Claims
  2. Claim Files

Delete File

Delete a file that is not currently attached to a claim.

Delete an existing file

DELETE https://staging.api.xclaim.xcover.com/partners/{partnerCode}/files/{fileUuid}

Delete a file that is not currently attached to a claim

Path Parameters

Name
Type
Description

partnerCode*

String

eg. XYZ999

Headers

Name
Type
Description

Authorization*

String

Bearer {{JWT token}}

{
    "type": "exception",
    "message": "Resource 'ClaimFile' with given UUID f2cf311d-63ff-4463-890a-ff2dc8629401 not found"
}

{
    "type": "exception",
    "message": "This file is attached to a claim"
}
PreviousGet FileNextWebhooks

Last updated 1 year ago