EventStore.delete_snapshot

You're seeing just the callback delete_snapshot, go back to EventStore module for more information.
Link to this callback

delete_snapshot(source_uuid, opts)

View Source

Specs

delete_snapshot(source_uuid :: String.t(), opts :: options()) ::
  :ok | {:error, reason :: term()}

Delete a previously recorded snapshop for a given source.

Returns :ok on success, or when the snapshot does not exist.