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"
}Last updated