API Version 3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/files/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "An error occurred while processing the request." }
Permanently delete a file and all associated data.
Requirements:
Returns 204 (No Content) on success.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique integer value identifying this Document.
File deleted successfully (no content returned)