FileStorageApi.File.delete

You're seeing just the function delete, go back to FileStorageApi.File module for more information.
Link to this function

delete(container_name, filename)

Specs

delete(String.t(), String.t()) :: {:ok, map()} | {:error, map()}

Function to delete files

Has 2 inputs container_name: name of container file is stored in filename: reference path of the file stored in the container