Upstream v2.1.1 Upstream.B2.Delete.FileVersion View Source
Delete file version
Link to this section Summary
Functions
Callback implementation for Upstream.B2.Base.body/1
Callback implementation for Upstream.B2.Base.header/2
Callback implementation for Upstream.B2.Base.url/2
Link to this section Functions
Callback implementation for Upstream.B2.Base.body/1
.
Link to this function
call(auth, options \\ [])
View Source
call(Upstream.B2.Account.Authorization.t() | nil, Keyword.t()) :: {:ok | :error, %Upstream.B2.Delete.FileVersion{file_id: term(), file_name: term()} | struct()}
Callback implementation for Upstream.B2.Base.header/2
.
Link to this function
url(auth, _)
View Source
url(Upstream.B2.Account.Authorization.t(), any()) :: binary()
Callback implementation for Upstream.B2.Base.url/2
.