Delete a file
Delete File
Permanently deletes a file. Once deleted, the file can no longer be retrieved, downloaded, or referenced in requests. Returns 404 if no file with the given id exists.
DELETE
Delete a file
Permanently delete a file; afterwards it can no longer be retrieved or referenced (returns
404 if it doesn’t exist). Compatible with OpenAI’s Delete file endpoint.
Rate limit: 100 requests/min.Authorizations
Bearer token authentication using your Perceptron API key
Path Parameters
The id of the file to delete.