Delete File

You can easily delete a File

After a file being sent and completly read, you are able to delete it using our API.

You are not allowed to delete a file that's being read.

Delete File

POST https://backend.az.misterturing.com/v4.0/delete-file/file_ext_id/

Response Body

{
    "message": "File deleted."
}

The file deleting process happens asynchronously, that if you delete a file and ask a question a few seconds later, we might return sources of it.

But we guarantee that in no more than 1 minute ( no matter the size ) your file will be completely deleted and no more available to be used as Source.

Last updated