My App

Delete file

Delete file

Permanently deletes a file and removes its reference from the import. This action cannot be undone.

DELETE
/files/{importId}

Path Parameters

importId*string

The import ID associated with the file to delete

Response Body

application/json

curl -X DELETE "https://api.ivandt.com/v1/files/string"
{
  "message": "string",
  "fileKey": "string"
}