AzureStorage.Table.delete_entity
You're seeing just the function
delete_entity
, go back to AzureStorage.Table module for more information.
Link to this function
delete_entity(context, table_name, partition_key, row_key, etag \\ "*")
View SourceSpecs
delete_entity( AzureStorage.Request.Context.t(), String.t(), String.t(), String.t(), binary() ) :: {:ok, String.t()} | {:error, String.t()}
Deletes an existing entity in a table.