DigitalOcean.CDNEndpoint.purge_cache

You're seeing just the function purge_cache, go back to DigitalOcean.CDNEndpoint module for more information.
Link to this function

purge_cache(endpoint_id, opts)

Purge cached content from an CDN endpoint.

Examples

iex> DigitalOcean.CDNEndpoint.purge_cache(
...>   "19f06b6a-3ace-4315-b086-499a0e521b76",
...>   files: ["*"]
...> ) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }