use FileDeleteResponse;
use crate::;
/// Delete a file.
///
/// # Arguments
/// * `client` - The DeepSeek API client.
/// * `file_id` - The ID of the file to delete (format: `file-api-...`).
///
/// # Errors
/// Returns `DeepSeekError` if the request fails.
pub async