Soft delete a file from an organization.
DELETEhttps://api.aitronos.com/v1/organizations/{organization_id}/files/{file_id}
Soft deletes a file from the database and removes it from all associated vector stores. The file may optionally be removed from cloud storage.
organization_id string required
The unique identifier of the organization.
file_id string required
The unique identifier of the file to delete (format: file_*).
Returns 204 No Content on successful deletion. No response body is returned.