Supabase.Storage.Objects.delete

You're seeing just the function delete, go back to Supabase.Storage.Objects module for more information.

Specs

delete(Supabase.Connection.t(), String.t()) :: {:ok, map()} | {:error, map()}
Link to this function

delete(conn, bucket, object_path)

View Source

Specs

delete(
  Supabase.Connection.t(),
  Supabase.Storage.Bucket.t() | String.t(),
  String.t()
) :: {:ok, map()} | {:error, map()}