Loading
Loading
Delete a specific PDF file from the APIFreaks processing workspace. Clean up uploaded or processed files by resource ID.
Use this endpoint to remove a PDF file from the server by providing its file ID. Once deleted the file ID can no longer be used in subsequent API calls.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The following parameter is required.
file_idrequiredStringThe ID of the PDF file you want to delete from the server. Once deleted, you cannot use this ID in other API calls.
A successful request returns a 200 OK response confirming the deletion.
fileIdUnique identifier of the deleted file.
successIndicates whether the delete operation succeeded.
messageHuman-readable message about the operation result.
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Please provide a valid file ID.