## Delete a file **delete** `/files/{file_id}` Soft-delete a file. It can no longer be referenced from new generations. Returns 204 with no body. ### Path Parameters - `file_id: string` ### Example ```http curl https://agents.lumalabs.ai/v1/files/$FILE_ID \ -X DELETE \ -H "Authorization: Bearer $LUMA_AGENTS_API_KEY" ```