Supabase.Storage.Buckets.delete_cascase

You're seeing just the function delete_cascase, go back to Supabase.Storage.Buckets module for more information.
Link to this function

delete_cascase(conn, bucket)

View Source

Specs

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