DigitalOcean.Database.delete_connection_pool
You're seeing just the function
delete_connection_pool
, go back to DigitalOcean.Database module for more information.
Link to this function
delete_connection_pool(database_id, connection_pool_name)
Specs
delete_connection_pool(String.t(), String.t()) :: DigitalOcean.Operation.t()
Delete a PostgreSQL connection pool.
Examples
iex> DigitalOcean.Database.delete_connection_pool("9cc10173-e9ea-4176-9dbc-a4cee4c4ff30", "backend-pool") |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }