Delete File - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

This endpoint deletes a file corresponding to given fileId by the specified user. The fileId is provided in the path variable. If the fileId is invalid or the file does not exist, an error response will be returned. The response includes status of the deletion operation and detailed message and indicates whether the deletion was successful or not.

HTTP Request

Request format

https://api.cloud.precisely.com/v1/li/files/{fileId}

Request parameters

Field Type Required Description
fileId String Yes ID of the file to be deleted.

Example

Request:

https://api.cloud.precisely.com/v1/li/files/54a8b051-6381-4bf8-b88a-d4f7f3fb121a

Response:

{
  "status": "SUCCESS",
  "message": "File Deleted Successfully"
}