Function delete_file

Source
pub async fn delete_file(
    configuration: &Configuration,
    id: i32,
) -> Result<DeleteFileResponse200, Error<DeleteFileError>>
Expand description

Marks a file as deleted. After 30 days, the file will be permanently deleted.