SQLizer Logo

Easily convert files into SQL databases

DELETE /api/files/{ID}

This endpoint can be used to remove the uploaded file entity, the contents of the uploaded file and the generated result file from SQLizer's servers.

This endpoint does not accpet any parameters. It can be called like this:

curl -X DELETE https://sqlizer.io/api/files/{ID}

When this endpoint is called, SQLizer will respond with a status message, such as:

{
    "Status": "Ok"
}

Is the file really gone?

Yes, the file is fully removed straight away and is no longer retrievable by anyone at D4 Software Ltd. This mechanism exits to ensure that files which must not be stored with a data processor for any longer than necessary can be fully removed.